iControl.LocalLBDNSCache.Endget_rrset_rotate_type C# (CSharp) Method

Endget_rrset_rotate_type() public method

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