iControl.GlobalLBPoolMember.Beginset_monitor_association C# (CSharp) Method

Beginset_monitor_association() public method

public Beginset_monitor_association ( string pool_names, GlobalLBPoolMemberMemberMonitorAssociation monitor_associations, System callback, object asyncState ) : System.IAsyncResult
pool_names string
monitor_associations GlobalLBPoolMemberMemberMonitorAssociation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_monitor_association(string [] pool_names,GlobalLBPoolMemberMemberMonitorAssociation [] [] monitor_associations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_monitor_association", new object[] {
            pool_names,
            monitor_associations}, callback, asyncState);
        }