Click or drag to resize

RemotePubSubManagerGetChannel Method

Get the channel

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public PubSubChannelDefinition GetChannel(
	Guid id
)

Parameters

id
Type: SystemGuid

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

Return Value

Type: PubSubChannelDefinition

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

Implements

IPubSubManagerServiceGetChannel(Guid)
See Also