iControl.ManagementSNMPConfiguration.Beginremove_check_disk C# (CSharp) Method

Beginremove_check_disk() public method

public Beginremove_check_disk ( ManagementSNMPConfigurationDiskCheckInformation disk_info, System callback, object asyncState ) : System.IAsyncResult
disk_info ManagementSNMPConfigurationDiskCheckInformation
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_check_disk(ManagementSNMPConfigurationDiskCheckInformation [] disk_info, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_check_disk", new object[] {
            disk_info}, callback, asyncState);
        }
ManagementSNMPConfiguration