C# Class Weborb.V3Types.CommandMessage

Inheritance: Weborb.V3Types.V3Message
Mostra file Open project: Backendless/.NET-SDK Class Usage Examples

Public Properties

Property Type Description
DSID String
DSSELECTOR String
DSSUBTOPIC String

Public Methods

Method 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 method

public CommandMessage ( ) : System
return System

CommandMessage() public method

public CommandMessage ( String operation, Object body ) : System
operation String
body Object
return System

CreateSubscribeCommand() public static method

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

execute() public method

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

Property Details

DSID public_oe static_oe property

public static String DSID
return String

DSSELECTOR public_oe static_oe property

public static String DSSELECTOR
return String

DSSUBTOPIC public_oe static_oe property

public static String DSSUBTOPIC
return String