iControl.SystemCryptoServer.Endadd_client_address C# (CSharp) Method

Endadd_client_address() public method

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