Click or drag to resize

ReportOperationsCreateReportOperationsServiceArgumentsTReportOperationsServiceArguments Method

Creates an instance of TResourceOperationsServiceArguments class.

Namespace:  Cobra.WebService.ClientAPI.Application.Reporting
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public TReportOperationsServiceArguments CreateReportOperationsServiceArguments<TReportOperationsServiceArguments>()
where TReportOperationsServiceArguments : IReportOperationsServiceArguments

Type Parameters

TReportOperationsServiceArguments
The type that derives from the IReportOperationsServiceArguments interface.

Return Value

Type: TReportOperationsServiceArguments
An instance of TReportOperationsServiceArguments class.
See Also