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.4.717.3176 (8.4.0717.3176)
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