Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
This interface declares the methods required to support invoking of an operation.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Interface IDataServiceInvokable
'Usage
Dim instance As IDataServiceInvokable
public interface IDataServiceInvokable
public interface class IDataServiceInvokable
type IDataServiceInvokable = interface end
public interface IDataServiceInvokable
The IDataServiceInvokable type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
GetResult | Gets the result of the call to Invoke. |
![]() |
Invoke | Invokes the underlying operation. |
Top
.gif)