iControl.SystemSoftwareManagement.Endget_cluster_boot_location C# (CSharp) 메소드

Endget_cluster_boot_location() 공개 메소드

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