iControl.ManagementSNMPConfiguration.Beginget_ignore_disk C# (CSharp) Method

Beginget_ignore_disk() public method

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