Click or drag to resize

IPubSubManagerServiceFindChannel(ExpressionFuncPubSubChannelDefinition, Boolean, Int32, Int32, Int32) Method

Note: This API is now obsolete.

Find an existing channel

Namespace: SanteDB.Core.PubSub
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
[ObsoleteAttribute("Use FindChannel(filter)", true)]
IEnumerable<PubSubChannelDefinition> FindChannel(
	Expression<Func<PubSubChannelDefinition, bool>> filter,
	int offset,
	int count,
	out int totalResults
)

Parameters

filter  ExpressionFuncPubSubChannelDefinition, Boolean

[Missing <param name="filter"/> documentation for "M:SanteDB.Core.PubSub.IPubSubManagerService.FindChannel(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.PubSub.PubSubChannelDefinition,System.Boolean}},System.Int32,System.Int32,System.Int32@)"]

offset  Int32

[Missing <param name="offset"/> documentation for "M:SanteDB.Core.PubSub.IPubSubManagerService.FindChannel(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.PubSub.PubSubChannelDefinition,System.Boolean}},System.Int32,System.Int32,System.Int32@)"]

count  Int32

[Missing <param name="count"/> documentation for "M:SanteDB.Core.PubSub.IPubSubManagerService.FindChannel(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.PubSub.PubSubChannelDefinition,System.Boolean}},System.Int32,System.Int32,System.Int32@)"]

totalResults  Int32

[Missing <param name="totalResults"/> documentation for "M:SanteDB.Core.PubSub.IPubSubManagerService.FindChannel(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.PubSub.PubSubChannelDefinition,System.Boolean}},System.Int32,System.Int32,System.Int32@)"]

Return Value

IEnumerablePubSubChannelDefinition

[Missing <returns> documentation for "M:SanteDB.Core.PubSub.IPubSubManagerService.FindChannel(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.PubSub.PubSubChannelDefinition,System.Boolean}},System.Int32,System.Int32,System.Int32@)"]

See Also