iControl.LocalLBVirtualServer.Beginget_cmp_enable_mode C# (CSharp) Method

Beginget_cmp_enable_mode() public method

public Beginget_cmp_enable_mode ( string virtual_servers, System callback, object asyncState ) : System.IAsyncResult
virtual_servers string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_cmp_enable_mode(string [] virtual_servers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_cmp_enable_mode", new object[] {
            virtual_servers}, callback, asyncState);
        }
LocalLBVirtualServer