Click or drag to resize

IPubSubManagerServiceActivateSubscription Method

Activate a subscription

Namespace: SanteDB.Core.PubSub
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
PubSubSubscriptionDefinition ActivateSubscription(
	Guid key,
	bool isActive
)

Parameters

key  Guid
The key of the subscription which should be activated
isActive  Boolean
True if the subscription should be activated false if not

Return Value

PubSubSubscriptionDefinition
The subscription
See Also