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.ContractsAssembly: uStrata.MathDaemon.Wcf.Contracts.Expression (in uStrata.MathDaemon.Wcf.Contracts.Expression.dll) Version: 1.1.5779.28282
MathDaemonResponse<Object> InstanceDbGrantAccess(
Guid instanceId,
Guid sessionId,
string granteeCustomerName
)
MathDaemonResponse<Object> InstanceDbGrantAccess(
Guid instanceId,
Guid sessionId,
string granteeCustomerName
)
Function InstanceDbGrantAccess (
instanceId As Guid,
sessionId As Guid,
granteeCustomerName As String
) As MathDaemonResponse(Of Object)
Function InstanceDbGrantAccess (
instanceId As Guid,
sessionId As Guid,
granteeCustomerName As String
) As MathDaemonResponse(Of Object)
abstract InstanceDbGrantAccess :
instanceId : Guid *
sessionId : Guid *
granteeCustomerName : string -> MathDaemonResponse<Object>abstract InstanceDbGrantAccess :
instanceId : Guid *
sessionId : Guid *
granteeCustomerName : string -> MathDaemonResponse<Object>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