Click or drag to resize

UpstreamPubSubManagerFindChannel(ExpressionFuncPubSubChannelDefinition, Boolean, Int32, Int32, Int32) Method

Note: This API is now obsolete.

Find an existing channel

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
[ObsoleteAttribute("Use Find(Expression)", true)]
public 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.Client.Upstream.Management.UpstreamPubSubManager.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.Client.Upstream.Management.UpstreamPubSubManager.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.Client.Upstream.Management.UpstreamPubSubManager.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.Client.Upstream.Management.UpstreamPubSubManager.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.Client.Upstream.Management.UpstreamPubSubManager.FindChannel(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.PubSub.PubSubChannelDefinition,System.Boolean}},System.Int32,System.Int32,System.Int32@)"]

Implements

IPubSubManagerServiceFindChannel(ExpressionFuncPubSubChannelDefinition, Boolean, Int32, Int32, Int32)
See Also