iControl.SystemCryptoServer.Enddelete_all_servers C# (CSharp) Method

Enddelete_all_servers() public method

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