KLF.PluginClient.connectionStarted C# (CSharp) Method

connectionStarted() protected method

protected connectionStarted ( ) : void
return void
        protected override void connectionStarted()
        {
            interopInQueue = new Queue<InteropMessage>();
            interopOutQueue = new Queue<InteropMessage>();
            serverMessageQueue = new Queue<ServerMessage>();
        }