iControl.GlobalLBLink.Beginremove_monitor_association C# (CSharp) Method

Beginremove_monitor_association() public method

public Beginremove_monitor_association ( string links, System callback, object asyncState ) : System.IAsyncResult
links string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_monitor_association(string [] links, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_monitor_association", new object[] {
            links}, callback, asyncState);
        }
GlobalLBLink