Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.