Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.