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