iControl.SystemCryptoServer.Beginadd_client_address C# (CSharp) Method

Beginadd_client_address() public method

public Beginadd_client_address ( string servers, string addresses, System callback, object asyncState ) : System.IAsyncResult
servers string
addresses string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_client_address(string [] servers,string [] [] addresses, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_client_address", new object[] {
            servers,
            addresses}, callback, asyncState);
        }