iControl.ManagementOCSPResponder.Enddelete_responder C# (CSharp) Method

Enddelete_responder() public method

public Enddelete_responder ( System asyncResult ) : void
asyncResult System
return void
        public void Enddelete_responder(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
ManagementOCSPResponder