 | AdoPubSubManagerGetLastDispatch Method |
Get the last dispatch log entry from the object on the subscription
Namespace: SanteDB.Persistence.PubSub.ADOAssembly: SanteDB.Persistence.PubSub.ADO (in SanteDB.Persistence.PubSub.ADO.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic PubSubDispatchLog GetLastDispatch(
string subscriptionName,
Guid objectKey
)
Public Function GetLastDispatch (
subscriptionName As String,
objectKey As Guid
) As PubSubDispatchLog
public:
virtual PubSubDispatchLog^ GetLastDispatch(
String^ subscriptionName,
Guid objectKey
) sealed
abstract GetLastDispatch :
subscriptionName : string *
objectKey : Guid -> PubSubDispatchLog
override GetLastDispatch :
subscriptionName : string *
objectKey : Guid -> PubSubDispatchLog Parameters
- subscriptionName String
- The subscription name
- objectKey Guid
- The object key
Return Value
PubSubDispatchLogThe last subscription
Implements
IPubSubLogServiceGetLastDispatch(String, Guid)
See Also