Click or drag to resize

ExplorerOperationsCreateExplorerOperationsServiceArgumentsTExplorerOperationsServiceArguments Method

Creates an instance of TExplorerOperationsServiceArguments class.

Namespace:  Cobra.WebService.ClientAPI.Application.Explorer
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.3.715.2595 (8.3.0715.2595)
Syntax
C#
public TExplorerOperationsServiceArguments CreateExplorerOperationsServiceArguments<TExplorerOperationsServiceArguments>()
where TExplorerOperationsServiceArguments : IExplorerOperationsServiceArguments

Type Parameters

TExplorerOperationsServiceArguments
The type that derives from IExplorerOperationsServiceArguments interface.

Return Value

Type: TExplorerOperationsServiceArguments
An instance of TExplorerOperationsServiceArguments class.
See Also