SportingSolutions.Udapi.Sdk.Tests.MockedStreamController.EstablishConnection C# (CSharp) Method

EstablishConnection() protected method

protected EstablishConnection ( ConnectionFactory factory ) : void
factory RabbitMQ.Client.ConnectionFactory
return void
        protected override void EstablishConnection(ConnectionFactory factory)
        {
            CanPerformChannelOperations = true;
            OnConnectionStatusChanged(ConnectionState.CONNECTED);
        }