Click or drag to resize

RemotePubSubManagerActivateSubscription Method

Activate a subscription on the remote server

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public PubSubSubscriptionDefinition ActivateSubscription(
	Guid key,
	bool isActive
)

Parameters

key
Type: SystemGuid

[Missing <param name="key"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.ActivateSubscription(System.Guid,System.Boolean)"]

isActive
Type: SystemBoolean

[Missing <param name="isActive"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.ActivateSubscription(System.Guid,System.Boolean)"]

Return Value

Type: PubSubSubscriptionDefinition

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.ActivateSubscription(System.Guid,System.Boolean)"]

Implements

IPubSubManagerServiceActivateSubscription(Guid, Boolean)
See Also