IDataServiceInvokable Interface
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