IDataServiceInvokable.GetResult Method
Gets the result of the call to Invoke.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Function GetResult As Object
'Usage
Dim instance As IDataServiceInvokable
Dim returnValue As Object
returnValue = instance.GetResult()
Object GetResult()
Object^ GetResult()
abstract GetResult : unit -> Object
function GetResult() : Object
Return Value
Type: System.Object
The result of the call to Invoke.