예제 #1
0
 private static resultAndWaitToken _rebootAndStartReadingBIOSConfiguration(string NodeIP, string requestorIP)
 {
     return(hostStateManager.rebootAndStartReadingBIOSConfiguration(sanitizeAddress(NodeIP), sanitizeAddress(requestorIP)));
 }