C# Class Appcelerator.ServiceAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: appcelerator/entourage

Méthodes publiques

Méthode Description
ServiceAttribute ( string request, string response ) : System

Creates a Service Attribute

Method Details

ServiceAttribute() public méthode

Creates a Service Attribute
public ServiceAttribute ( string request, string response ) : System
request string The service request string (e.g. "my.message.request")
response string The service response string (e.g. "my.messagege.response")
Résultat System