Language

ServiceOperation コンストラクター

定義

サービス操作の新しいインスタンスを作成します。

public:
 ServiceOperation(System::String ^ name, System::Data::Services::Providers::ServiceOperationResultKind resultKind, System::Data::Services::Providers::ResourceType ^ resultType, System::Data::Services::Providers::ResourceSet ^ resultSet, System::String ^ method, System::Collections::Generic::IEnumerable<System::Data::Services::Providers::ServiceOperationParameter ^> ^ parameters);
public ServiceOperation(string name, System.Data.Services.Providers.ServiceOperationResultKind resultKind, System.Data.Services.Providers.ResourceType resultType, System.Data.Services.Providers.ResourceSet resultSet, string method, System.Collections.Generic.IEnumerable<System.Data.Services.Providers.ServiceOperationParameter> parameters);
new System.Data.Services.Providers.ServiceOperation : string * System.Data.Services.Providers.ServiceOperationResultKind * System.Data.Services.Providers.ResourceType * System.Data.Services.Providers.ResourceSet * string * seq<System.Data.Services.Providers.ServiceOperationParameter> -> System.Data.Services.Providers.ServiceOperation
Public Sub New (name As String, resultKind As ServiceOperationResultKind, resultType As ResourceType, resultSet As ResourceSet, method As String, parameters As IEnumerable(Of ServiceOperationParameter))

パラメーター

name
String

サービス操作の名前。

resultKind
ServiceOperationResultKind

ServiceOperationResultKind これは、この操作で期待される結果の種類です。

resultType
ResourceType

ResourceType これは操作の結果です。

resultSet
ResourceSet

ResourceSet これは操作の結果です。

method
String

サービス操作が応答するプロトコル メソッド。

parameters
IEnumerable<ServiceOperationParameter>

操作のパラメーターである ServiceOperationParameter オブジェクトの順序付けられたコレクション。

適用対象