C# 클래스 Weborb.V3Types.CommandMessage

상속: Weborb.V3Types.V3Message
파일 보기 프로젝트 열기: Backendless/.NET-SDK 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DSID String
DSSELECTOR String
DSSUBTOPIC String

공개 메소드들

메소드 설명
CommandMessage ( ) : System
CommandMessage ( String operation, Object body ) : System
CreateSubscribeCommand ( string destination, string dsId, string clientId, string selector, string subtopic ) : CommandMessage
execute ( Weborb.Message.Request message, RequestContext context ) : Weborb.V3Types.V3Message

메소드 상세

CommandMessage() 공개 메소드

public CommandMessage ( ) : System
리턴 System

CommandMessage() 공개 메소드

public CommandMessage ( String operation, Object body ) : System
operation String
body Object
리턴 System

CreateSubscribeCommand() 공개 정적인 메소드

public static CreateSubscribeCommand ( string destination, string dsId, string clientId, string selector, string subtopic ) : CommandMessage
destination string
dsId string
clientId string
selector string
subtopic string
리턴 CommandMessage

execute() 공개 메소드

public execute ( Weborb.Message.Request message, RequestContext context ) : Weborb.V3Types.V3Message
message Weborb.Message.Request
context RequestContext
리턴 Weborb.V3Types.V3Message

프로퍼티 상세

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

public static String DSID
리턴 String

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

public static String DSSELECTOR
리턴 String

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

public static String DSSUBTOPIC
리턴 String