iControl.SystemCryptoClient.Beginset_server_address C# (CSharp) Method

Beginset_server_address() public method

public Beginset_server_address ( string clients, string addresses, System callback, object asyncState ) : System.IAsyncResult
clients string
addresses string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_server_address(string [] clients,string [] addresses, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_server_address", new object[] {
            clients,
            addresses}, callback, asyncState);
        }
SystemCryptoClient