C# 클래스 FluorineFx.Messaging.Rtmp.Service.ServiceInvoker

This type supports the Fluorine infrastructure and is not intended to be used directly from your code.
상속: IServiceInvoker
파일 보기 프로젝트 열기: jdecuyper/FluorineFx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SERVICE_NAME string

공개 메소드들

메소드 설명
Invoke ( IServiceCall call, IScope scope ) : bool
Invoke ( IServiceCall call, object service ) : bool
ServiceInvoker ( ) : System
SetServiceResolvers ( ICollection resolvers ) : void

비공개 메소드들

메소드 설명
GetServiceHandler ( IScope scope, string serviceName ) : object

Lookup a handler for the passed service name in the given scope.

메소드 상세

Invoke() 공개 메소드

public Invoke ( IServiceCall call, IScope scope ) : bool
call IServiceCall
scope IScope
리턴 bool

Invoke() 공개 메소드

public Invoke ( IServiceCall call, object service ) : bool
call IServiceCall
service object
리턴 bool

ServiceInvoker() 공개 메소드

public ServiceInvoker ( ) : System
리턴 System

SetServiceResolvers() 공개 메소드

public SetServiceResolvers ( ICollection resolvers ) : void
resolvers ICollection
리턴 void

프로퍼티 상세

SERVICE_NAME 공개적으로 정적으로 프로퍼티

public static string SERVICE_NAME
리턴 string