iControl.SystemSoftwareManagement.Endcreate_ramfs C# (CSharp) Method

Endcreate_ramfs() public method

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