iControl.SystemCryptoClient.Beginget_server_address C# (CSharp) Method

Beginget_server_address() public method

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