| IPubSubManagerServiceGetChannel Method |
Gets the channel information
Namespace:
SanteDB.Core.PubSub
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax PubSubChannelDefinition GetChannel(
Guid id
)
Function GetChannel (
id As Guid
) As PubSubChannelDefinition
PubSubChannelDefinition^ GetChannel(
Guid id
)
abstract GetChannel :
id : Guid -> PubSubChannelDefinition
Parameters
- id
- Type: SystemGuid
[Missing <param name="id"/> documentation for "M:SanteDB.Core.PubSub.IPubSubManagerService.GetChannel(System.Guid)"]
Return Value
Type:
PubSubChannelDefinition[Missing <returns> documentation for "M:SanteDB.Core.PubSub.IPubSubManagerService.GetChannel(System.Guid)"]
See Also