Click or drag to resize

RemotePubSubManagerFindChannel Method (ExpressionFuncPubSubChannelDefinition, Boolean, Int32, Int32, Int32)

Find channel

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public IEnumerable<PubSubChannelDefinition> FindChannel(
	Expression<Func<PubSubChannelDefinition, bool>> filter,
	int offset,
	int count,
	out int totalResults
)

Parameters

filter
Type: System.Linq.ExpressionsExpressionFuncPubSubChannelDefinition, Boolean

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

offset
Type: SystemInt32

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

count
Type: SystemInt32

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

totalResults
Type: SystemInt32

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

Return Value

Type: IEnumerablePubSubChannelDefinition

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.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