C# 클래스 Castle.Facilities.WcfIntegration.RepairChannelPolicy

Policy to recover from a T:System.ServiceModel.CommunicationException by repairing the channel and trying again. This policy will handle situations in which a connection has been reset on the server which invalidates the client channel.
상속: AbstractWcfPolicy
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
Apply ( WcfInvocation wcfInvocation ) : void

메소드 상세

Apply() 공개 메소드

public Apply ( WcfInvocation wcfInvocation ) : void
wcfInvocation WcfInvocation
리턴 void