Click or drag to resize

IPubSubManagerServiceRemoveChannel Method

Removes the specified channel and all related subscriptions

Namespace:  SanteDB.Core.PubSub
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
PubSubChannelDefinition RemoveChannel(
	Guid id
)

Parameters

id
Type: SystemGuid

[Missing <param name="id"/> documentation for "M:SanteDB.Core.PubSub.IPubSubManagerService.RemoveChannel(System.Guid)"]

Return Value

Type: PubSubChannelDefinition

[Missing <returns> documentation for "M:SanteDB.Core.PubSub.IPubSubManagerService.RemoveChannel(System.Guid)"]

See Also