Compartilhar via


ServiceOperation Construtor

Definição

Cria uma nova instância da operação de serviço.

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))

Parâmetros

name
String

O nome da operação de serviço.

resultKind
ServiceOperationResultKind

ServiceOperationResultKind que é o tipo de resultado esperado desta operação.

resultType
ResourceType

O ResourceType que é o resultado da operação.

resultSet
ResourceSet

O ResourceSet que é o resultado da operação.

method
String

O método de protocolo ao qual a operação de serviço responde.

parameters
IEnumerable<ServiceOperationParameter>

Coleção ordenada de objetos ServiceOperationParameter que são parâmetros para a operação.

Aplica-se a