iControl.GlobalLBDNSSECZone.Beginset_ds_algorithm C# (CSharp) Method

Beginset_ds_algorithm() public method

public Beginset_ds_algorithm ( string zones, GlobalLBDNSSECZoneHashAlgorithm algorithms, System callback, object asyncState ) : System.IAsyncResult
zones string
algorithms GlobalLBDNSSECZoneHashAlgorithm
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_ds_algorithm(string [] zones,GlobalLBDNSSECZoneHashAlgorithm [] algorithms, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_ds_algorithm", new object[] {
            zones,
            algorithms}, callback, asyncState);
        }
GlobalLBDNSSECZone