iControl.LocalLBDNSCache.Endremove_all_trust_anchors C# (CSharp) Method

Endremove_all_trust_anchors() public method

public Endremove_all_trust_anchors ( System asyncResult ) : void
asyncResult System
return void
        public void Endremove_all_trust_anchors(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
LocalLBDNSCache