1 override of EndClose
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
733
public override void
EndClose
(IAsyncResult result)
5 references to EndClose
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
735
base.
EndClose
(result);
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
856
this.session.
EndClose
,
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
115
endOperations.Add(new OperationEndCallback(this.session.
EndClose
));
296
this.session.
EndClose
,
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
461
new OperationEndCallback(this.session.
EndClose
),