iControl.SystemCryptoClient.Beginget_profile C# (CSharp) Метод

Beginget_profile() публичный Метод

public Beginget_profile ( string clients, System callback, object asyncState ) : System.IAsyncResult
clients string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginget_profile(string [] clients, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_profile", new object[] {
            clients}, callback, asyncState);
        }
SystemCryptoClient