iControl.LocalLBDNSCache.get_rrset_rotate_type C# (CSharp) Method

get_rrset_rotate_type() private method

private get_rrset_rotate_type ( string caches ) : LocalLBDNSRRSetRotateType[]
caches string
return LocalLBDNSRRSetRotateType[]
        public LocalLBDNSRRSetRotateType[] get_rrset_rotate_type(
		string [] caches
	)
        {
            object [] results = this.Invoke("get_rrset_rotate_type", new object [] {
                caches});
            return ((LocalLBDNSRRSetRotateType [])(results[0]));
        }
LocalLBDNSCache