Microsoft.Azure.Amqp.OpenEventArgs.OpenEventArgs C# (CSharp) Method

OpenEventArgs() public method

public OpenEventArgs ( Performative command ) : System
command Microsoft.Azure.Amqp.Framing.Performative
return System
        public OpenEventArgs(Performative command)
        {
            this.command = command;
        }
OpenEventArgs