 | IPubSubLogServiceGetLastDispatch Method |
Get the last dispatch log entry from the object on the subscription
Namespace: SanteDB.Core.PubSubAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxPubSubDispatchLog GetLastDispatch(
string subscriptionName,
Guid objectKey
)
Function GetLastDispatch (
subscriptionName As String,
objectKey As Guid
) As PubSubDispatchLog
PubSubDispatchLog^ GetLastDispatch(
String^ subscriptionName,
Guid objectKey
)
abstract GetLastDispatch :
subscriptionName : string *
objectKey : Guid -> PubSubDispatchLog Parameters
- subscriptionName String
- The subscription name
- objectKey Guid
- The object key
Return Value
PubSubDispatchLogThe last subscription
See Also