iControl.LocalLBDNSExpress.Begincreate_tsig_key C# (CSharp) Méthode

Begincreate_tsig_key() public méthode

public Begincreate_tsig_key ( string keys, LocalLBDNSExpressTSIGKeyAlgorithm algorithms, string secrets, System callback, object asyncState ) : System.IAsyncResult
keys string
algorithms LocalLBDNSExpressTSIGKeyAlgorithm
secrets string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Begincreate_tsig_key(string [] keys,LocalLBDNSExpressTSIGKeyAlgorithm [] algorithms,string [] secrets, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create_tsig_key", new object[] {
            keys,
            algorithms,
            secrets}, callback, asyncState);
        }
LocalLBDNSExpress