iControl.ManagementSNMPConfiguration.Endremove_check_disk C# (CSharp) Method

Endremove_check_disk() public method

public Endremove_check_disk ( System asyncResult ) : void
asyncResult System
return void
        public void Endremove_check_disk(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
ManagementSNMPConfiguration