 | AdoPubSubManagerGetDispatches Method |
Get all the times that the object was dispatched on the specified channel
Namespace: SanteDB.Persistence.PubSub.ADOAssembly: SanteDB.Persistence.PubSub.ADO (in SanteDB.Persistence.PubSub.ADO.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic IEnumerable<PubSubDispatchLog> GetDispatches(
string subscriptionName,
Guid objectKey
)
Public Function GetDispatches (
subscriptionName As String,
objectKey As Guid
) As IEnumerable(Of PubSubDispatchLog)
public:
virtual IEnumerable<PubSubDispatchLog^>^ GetDispatches(
String^ subscriptionName,
Guid objectKey
) sealed
abstract GetDispatches :
subscriptionName : string *
objectKey : Guid -> IEnumerable<PubSubDispatchLog>
override 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
Implements
IPubSubLogServiceGetDispatches(String, Guid)
See Also