iControl.GlobalLBPoolMember.Endget_monitor_association C# (CSharp) Method

Endget_monitor_association() public method

public Endget_monitor_association ( System asyncResult ) : iControl.GlobalLBPoolMemberMemberMonitorAssociation[][]
asyncResult System
return iControl.GlobalLBPoolMemberMemberMonitorAssociation[][]
        public GlobalLBPoolMemberMemberMonitorAssociation[][] Endget_monitor_association(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((GlobalLBPoolMemberMemberMonitorAssociation [] [])(results[0]));
        }