C# 클래스 SignalR.Sample.Demo.bll.ErrorHubPipelineModule

상속: Microsoft.AspNet.SignalR.Hubs.HubPipelineModule
파일 보기 프로젝트 열기: huangxiaoning/SignalR2.0.Demo

보호된 메소드들

메소드 설명
OnIncomingError ( ExceptionContext exceptionContext, IHubIncomingInvokerContext invokerContext ) : void

메소드 상세

OnIncomingError() 보호된 메소드

protected OnIncomingError ( ExceptionContext exceptionContext, IHubIncomingInvokerContext invokerContext ) : void
exceptionContext Microsoft.AspNet.SignalR.Hubs.ExceptionContext
invokerContext IHubIncomingInvokerContext
리턴 void