Click or drag to resize

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
)

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: Object
The called method result
See Also