IExpressionValet InstanceDbGrantAccess Method µStrata MathDaemon™ WCF
Add permissions to passed customer to access the instance.

Granted customer can edit of the instance and perform calculations, but does not granted to remove the instance

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<Object> InstanceDbGrantAccess(
	Guid instanceId,
	Guid sessionId,
	string granteeCustomerName
)

Parameters

instanceId
Type: System Guid
Instance identifier
sessionId
Type: System Guid
Session identifier
granteeCustomerName
Type: System String
Name of grantee customer

Return Value

Type: MathDaemonResponse Object 
MathDaemonResponse object
See Also