Table of Contents

Method SetInstanceId

Namespace
WhalesSecret.TradeScriptLib.Logging
Assembly
WhalesSecret.TradeScriptLib.dll

SetInstanceId(uint)

Sets a unique MDLC instance ID to MDLC.

public IDisposable SetInstanceId(uint instanceId)

Parameters

instanceId uint

Instance ID to set.

Returns

IDisposable

IDisposable interface that should be used to release the MDLC context properties.