/// <summary> /// Ensure all parent and children nodes in the topology are registered with teh Name Service. /// </summary> void IGroupCommOperatorInternal.WaitForRegistration() { if (_initialize) { _topology.Initialize(); } }
/// <summary> /// Ensure all parent and children nodes in the topology are registered with the Name Service. /// </summary> void IGroupCommOperatorInternal.WaitForRegistration(CancellationTokenSource cancellationSource) { if (_initialize) { _topology.Initialize(cancellationSource); } }