iControl.ManagementSNMPConfiguration.Beginget_client_access C# (CSharp) Method

Beginget_client_access() public method

public Beginget_client_access ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_client_access(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_client_access", new object[0], callback, asyncState);
        }
ManagementSNMPConfiguration