iControl.SystemCryptoClient.Beginget_maximum_retries C# (CSharp) 메소드

Beginget_maximum_retries() 공개 메소드

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