Interfaccia IDataServiceInvokable
Questa interfaccia dichiara i metodi richiesti per supportare il richiamo di un'operazione.
Spazio dei nomi System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Public Interface IDataServiceInvokable
'Utilizzo
Dim instance As IDataServiceInvokable
public interface IDataServiceInvokable
public interface class IDataServiceInvokable
type IDataServiceInvokable = interface end
public interface IDataServiceInvokable
Nel tipo IDataServiceInvokable sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
GetResult | Ottiene il risultato della chiamata a Invoke. | |
Invoke | Richiama l'operazione sottostante. |
In alto