C# 클래스 Appcelerator.ServiceAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: appcelerator/entourage

공개 메소드들

메소드 설명
ServiceAttribute ( string request, string response ) : System

Creates a Service Attribute

메소드 상세

ServiceAttribute() 공개 메소드

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")
리턴 System