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.481-alpha
Syntax
PubSubSubscriptionDefinition ActivateSubscription(
	Guid key,
	bool isActive
)

Parameters

key
Type: SystemGuid
The key of the subscription which should be activated
isActive
Type: SystemBoolean
True if the subscription should be activated false if not

Return Value

Type: PubSubSubscriptionDefinition
The subscription
See Also