| 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
)
Public Function GetChannel (
id As Guid
) As PubSubChannelDefinition
public:
virtual PubSubChannelDefinition^ GetChannel(
Guid id
) sealed
abstract GetChannel :
id : Guid -> PubSubChannelDefinition
override GetChannel :
id : Guid -> PubSubChannelDefinition
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