Click or drag to resize

ToolOperationsCreateToolOperationsServiceArgumentsTToolOperationsServiceArguments Method

Creates an instance of TResourceOperationsServiceArguments class.

Namespace:  Cobra.WebService.ClientAPI.Application.Tools
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.3.715.2595 (8.3.0715.2595)
Syntax
C#
public TToolOperationsServiceArguments CreateToolOperationsServiceArguments<TToolOperationsServiceArguments>()
where TToolOperationsServiceArguments : IToolOperationsServiceArguments

Type Parameters

TToolOperationsServiceArguments
The type that derives from the IToolOperationsServiceArguments interface.

Return Value

Type: TToolOperationsServiceArguments
An instance of TToolOperationsServiceArguments class.
See Also