iControl.GlobalLBPoolMember.Beginremove_monitor_association C# (CSharp) 메소드

Beginremove_monitor_association() 공개 메소드

public Beginremove_monitor_association ( string pool_names, GlobalLBPoolMemberMemberMonitorAssociationRemoval monitor_associations, System callback, object asyncState ) : System.IAsyncResult
pool_names string
monitor_associations GlobalLBPoolMemberMemberMonitorAssociationRemoval
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginremove_monitor_association(string [] pool_names,GlobalLBPoolMemberMemberMonitorAssociationRemoval [] [] monitor_associations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_monitor_association", new object[] {
            pool_names,
            monitor_associations}, callback, asyncState);
        }