 | IPubSubLogServiceGetDispatches Method |
Get all the times that the object was dispatched on the specified channel
Namespace: SanteDB.Core.PubSubAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxIEnumerable<PubSubDispatchLog> GetDispatches(
string subscriptionName,
Guid objectKey
)
Function GetDispatches (
subscriptionName As String,
objectKey As Guid
) As IEnumerable(Of PubSubDispatchLog)
IEnumerable<PubSubDispatchLog^>^ GetDispatches(
String^ subscriptionName,
Guid objectKey
)
abstract GetDispatches :
subscriptionName : string *
objectKey : Guid -> IEnumerable<PubSubDispatchLog> Parameters
- subscriptionName String
- The name of the channel which should be checked
- objectKey Guid
- The object key to be checked
Return Value
IEnumerablePubSubDispatchLogAn enumeration of the dispatches
See Also