IExpressionValet GetInstanceCount Method µStrata MathDaemon™ WCF
Retrieve a number of engine instances belongs to the session

Namespace: uStrata.MathDaemon.Wcf.Contracts
Assembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
Syntax

MathDaemonResponse<int> GetInstanceCount(
	Guid sessionId
)

Parameters

sessionId
Type: System Guid
Session identifier

Return Value

Type: MathDaemonResponse Int32 
A number of instances encapsulated in MathDaemonResponse object
See Also