iControl.GlobalLBServer.Beginget_monitor_association C# (CSharp) Method

Beginget_monitor_association() public method

public Beginget_monitor_association ( string server_names, System callback, object asyncState ) : System.IAsyncResult
server_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_monitor_association(string [] server_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_monitor_association", new object[] {
            server_names}, callback, asyncState);
        }
GlobalLBServer