iControl.LocalLBDNSExpress.Beginget_tsig_key_secret C# (CSharp) 메소드

Beginget_tsig_key_secret() 공개 메소드

public Beginget_tsig_key_secret ( string keys, System callback, object asyncState ) : System.IAsyncResult
keys string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_tsig_key_secret(string [] keys, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_tsig_key_secret", new object[] {
            keys}, callback, asyncState);
        }
LocalLBDNSExpress