2 overrides of AbortState
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
1049protected override void AbortState(FaultState faultState, bool isOnAbortThread) 1085protected override void AbortState(Message message, bool isOnAbortThread)
4 references to AbortState
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (4)
723this.AbortState(pair.Value, true); 818this.AbortState(state, false); 932this.AbortState(state, false); 962this.AbortState(state, false);