C# Class Castle.Facilities.WcfIntegration.WcfChannelHolder

Inheritance: IWcfChannelHolder
Afficher le fichier Open project: castleproject/Windsor Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
WcfChannelHolder ( ChannelCreator channelCreator, IWcfBurden burden, System.TimeSpan closeTimeout ) : System

Private Methods

Méthode Description
CreateChannel ( ) : void
IsChannelUsable ( ) : bool
NotifyChannelRefreshed ( IChannel oldChannel, IChannel newChannel ) : void
ObtainChannelFactory ( ) : System.ServiceModel.ChannelFactory
RefreshChannel ( bool force ) : IChannel

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

WcfChannelHolder() public méthode

public WcfChannelHolder ( ChannelCreator channelCreator, IWcfBurden burden, System.TimeSpan closeTimeout ) : System
channelCreator ChannelCreator
burden IWcfBurden
closeTimeout System.TimeSpan
Résultat System