iControl.LocalLBDNSCache.Beginset_ignore_cd_state C# (CSharp) Method

Beginset_ignore_cd_state() public method

public Beginset_ignore_cd_state ( string caches, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
caches string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_ignore_cd_state(string [] caches,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_ignore_cd_state", new object[] {
            caches,
            states}, callback, asyncState);
        }
LocalLBDNSCache