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
Afficher le fichier Open project: jdecuyper/FluorineFx Class Usage Examples

Méthodes publiques

Свойство Type Description
SERVICE_NAME string

Méthodes publiques

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

Private Methods

Méthode Description
GetServiceHandler ( IScope scope, string serviceName ) : object

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

Method Details

Invoke() public méthode

public Invoke ( IServiceCall call, IScope scope ) : bool
call IServiceCall
scope IScope
Résultat bool

Invoke() public méthode

public Invoke ( IServiceCall call, object service ) : bool
call IServiceCall
service object
Résultat bool

ServiceInvoker() public méthode

public ServiceInvoker ( ) : System
Résultat System

SetServiceResolvers() public méthode

public SetServiceResolvers ( ICollection resolvers ) : void
resolvers ICollection
Résultat void

Property Details

SERVICE_NAME public_oe static_oe property

public static string SERVICE_NAME
Résultat string