Click or drag to resize

CobraServicesCreateServiceOperationsTServiceOperations Method

Creates an instance of TServiceOperations class.

Namespace:  Cobra.WebService.ClientAPI.Client
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public TServiceOperations CreateServiceOperations<TServiceOperations>()
where TServiceOperations : ServiceOperations

Type Parameters

TServiceOperations
The type that derives from ServiceOperations class.

Return Value

Type: TServiceOperations
An instance of TServiceOperations class.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the state of the current CobraServices is not in opened state.
See Also