 | IApiStreamOperationInvoke Method |
Invoke the specified operation
Namespace: SanteDB.Rest.CommonAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
SyntaxObject 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
- The type of scope object
- scopingKey Object
- The key of the scoping object
- inStream Stream
- The body of the invocation
Return Value
ObjectThe called method result
See Also