iControl.GlobalLBServer.Beginget_allow_snmp_state C# (CSharp) Method

Beginget_allow_snmp_state() public method

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