C# Class Weborb.V3Types.CommandMessage

Inheritance: Weborb.V3Types.V3Message
Afficher le fichier Open project: Backendless/.NET-SDK Class Usage Examples

Méthodes publiques

Свойство Type Description
DSID String
DSSELECTOR String
DSSUBTOPIC String

Méthodes publiques

Méthode Description
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

Method Details

CommandMessage() public méthode

public CommandMessage ( ) : System
Résultat System

CommandMessage() public méthode

public CommandMessage ( String operation, Object body ) : System
operation String
body Object
Résultat System

CreateSubscribeCommand() public static méthode

public static CreateSubscribeCommand ( string destination, string dsId, string clientId, string selector, string subtopic ) : CommandMessage
destination string
dsId string
clientId string
selector string
subtopic string
Résultat CommandMessage

execute() public méthode

public execute ( Weborb.Message.Request message, RequestContext context ) : Weborb.V3Types.V3Message
message Weborb.Message.Request
context RequestContext
Résultat Weborb.V3Types.V3Message

Property Details

DSID public_oe static_oe property

public static String DSID
Résultat String

DSSELECTOR public_oe static_oe property

public static String DSSELECTOR
Résultat String

DSSUBTOPIC public_oe static_oe property

public static String DSSUBTOPIC
Résultat String