iControl.SystemSoftwareManagement.Endcleanup_ramfs C# (CSharp) Method

Endcleanup_ramfs() public method

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