C# Class FluorineFx.Messaging.Rtmp.Service.ServiceInvoker

This type supports the Fluorine infrastructure and is not intended to be used directly from your code.
Inheritance: IServiceInvoker
显示文件 Open project: jdecuyper/FluorineFx Class Usage Examples

Public Properties

Property Type Description
SERVICE_NAME string

Public Methods

Method Description
Invoke ( IServiceCall call, IScope scope ) : bool
Invoke ( IServiceCall call, object service ) : bool
ServiceInvoker ( ) : System
SetServiceResolvers ( ICollection resolvers ) : void

Private Methods

Method Description
GetServiceHandler ( IScope scope, string serviceName ) : object

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

Method Details

Invoke() public method

public Invoke ( IServiceCall call, IScope scope ) : bool
call IServiceCall
scope IScope
return bool

Invoke() public method

public Invoke ( IServiceCall call, object service ) : bool
call IServiceCall
service object
return bool

ServiceInvoker() public method

public ServiceInvoker ( ) : System
return System

SetServiceResolvers() public method

public SetServiceResolvers ( ICollection resolvers ) : void
resolvers ICollection
return void

Property Details

SERVICE_NAME public_oe static_oe property

public static string SERVICE_NAME
return string