FastQuant.EventDispatcherServerClient.Start C# (CSharp) Метод

Start() публичный Метод

public Start ( ) : void
Результат void
        public void Start()
        {
            this.stream_0 = this.tcpClient_0.GetStream();
            this.stream_1 = this.tcpClient_1.GetStream();
            this.binaryReader_0 = new BinaryReader(this.stream_0);
            this.binaryWriter_0 = new BinaryWriter(this.stream_1);
            this.thread_0 = new Thread(this.method_0);
            this.thread_0.IsBackground = true;
            this.thread_0.Start();
            this.IsStopped = false;
        }