Click or drag to resize

PushServiceProxyIsSubscribing Method

Returns true if the ident is subscribing to e-Boks. If push service is not running an exception is thrown.

Namespace: Scanjour.Workflow4.ActivityLibrary.MassDispatch
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public bool IsSubscribing(
	string ident
)

Parameters

ident  String
ident (CPR or CVR) that needs to be evaluated.

Return Value

Boolean

[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.MassDispatch.PushServiceProxy.IsSubscribing(System.String)"]

See Also