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