5 references to SetStateBehavior
System.ServiceModel (5)
System\ServiceModel\Channels\PeerNeighborManager.cs (5)
958SetState(value, SetStateBehavior.ThrowException); 1197SetState(PeerNeighborState.Opened, SetStateBehavior.TrySet); 1248bool SetState(PeerNeighborState newState, SetStateBehavior behavior) 1257if (behavior == SetStateBehavior.ThrowException) 1294return SetState(newState, SetStateBehavior.TrySet);