CSharpTest.testMdUserApi.OnFrontDisconnected C# (CSharp) Method

OnFrontDisconnected() private method

客户端与交易后台通信连接断开
private OnFrontDisconnected ( int nReason ) : void
nReason int
return void
        void OnFrontDisconnected(int nReason)
        {
            DebugPrintFunc(new StackTrace());
            Console.WriteLine("--->>> Reason = {0}", nReason);
        }