| IApiStreamOperationInvoke Method |
Invoke the specified operation
Namespace:
SanteDB.Rest.Common
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax Object Invoke(
Type scopingType,
Object scopingKey,
Stream inStream
)
Function Invoke (
scopingType As Type,
scopingKey As Object,
inStream As Stream
) As Object
Object^ Invoke(
Type^ scopingType,
Object^ scopingKey,
Stream^ inStream
)
abstract Invoke :
scopingType : Type *
scopingKey : Object *
inStream : Stream -> Object
Parameters
- scopingType
- Type: SystemType
The type of scope object - scopingKey
- Type: SystemObject
The key of the scoping object - inStream
- Type: System.IOStream
The body of the invocation
Return Value
Type:
ObjectThe called method result
See Also