Click or drag to resize

RemotePubSubManagerFindSubscription Method (ExpressionFuncPubSubSubscriptionDefinition, Boolean, Int32, Int32, Int32)

Find subscriptions

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

Parameters

filter
Type: System.Linq.ExpressionsExpressionFuncPubSubSubscriptionDefinition, Boolean

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

offset
Type: SystemInt32

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

count
Type: SystemInt32

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

totalResults
Type: SystemInt32

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

Return Value

Type: IEnumerablePubSubSubscriptionDefinition

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemotePubSubManager.FindSubscription(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.PubSub.PubSubSubscriptionDefinition,System.Boolean}},System.Int32,System.Int32,System.Int32@)"]

Implements

IPubSubManagerServiceFindSubscription(ExpressionFuncPubSubSubscriptionDefinition, Boolean, Int32, Int32, Int32)
See Also