4 references to IsClusterServer
WsatUI (4)
Configuration\MsdtcWrapper.cs (2)
36
if (MsdtcClusterUtils.
IsClusterServer
(machineName))
122
if (Utilities.GetOSMajor(machineName) > 5 && MsdtcClusterUtils.
IsClusterServer
(machineName))
Configuration\WsatConfiguration.cs (1)
81
if (MsdtcClusterUtils.
IsClusterServer
(MachineName))
MMCUI\WSATPropertySheet.cs (1)
91
if (!Utilities.IsLocalMachineName(machineName) && MsdtcClusterUtils.
IsClusterServer
(machineName))