Click or drag to resize

ResourceOperationsCreateResourceOperationsServiceArgumentsTResourceOperationsServiceArguments Method

Creates an instance of TResourceOperationsServiceArguments class.

Namespace:  Cobra.WebService.ClientAPI.Application.Files
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.3.715.2595 (8.3.0715.2595)
Syntax
C#
public TResourceOperationsServiceArguments CreateResourceOperationsServiceArguments<TResourceOperationsServiceArguments>()
where TResourceOperationsServiceArguments : IResourceOperationsServiceArguments

Type Parameters

TResourceOperationsServiceArguments
The type that derives from the IResourceOperationsServiceArguments interface.

Return Value

Type: TResourceOperationsServiceArguments
An instance of TResourceOperationsServiceArguments class.
See Also