iControl.SystemCryptoClient.Beginget_server_port C# (CSharp) Method

Beginget_server_port() public method

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