Microsoft.Azure.Amqp.AsyncIO.OnClose C# (CSharp) Method

OnClose() protected method

protected OnClose ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
return void
        protected override void OnClose(TimeSpan timeout)
        {
            this.writer.IssueClose();
        }