Share via


DsspActions Members

Microsoft Robotics Class Reference

The DsspActions type exposes the following members.

Fields

  Name Description
Public fieldStatic member CreateRequest
The Create Request Action identifies a request for creating a new instance of a service. The parameters in the Create request carries the information needed to create a service.
Public fieldStatic member CreateResponse
The Create Response Action identifies a successful response to a Create Request message. The parameters in the Create response carries detailed information about the newly created service.
Public fieldStatic member DeleteRequest
The Delete Request Action identifies a request for deleting a part of the current state of a service. The parameters in the request carries the detailed information about which part or parts to delete.
Public fieldStatic member DeleteResponse
Response to Delete Action
Public fieldStatic member DropRequest
The Drop Request Action identifies a request for shutting down a service instance
Public fieldStatic member DropResponse
Response to Drop Action
Public fieldStatic member GetRequest
The Get Request Action identifies a request to retrieve the entire state of a service
Public fieldStatic member GetResponse
Response of Get Action. The body of this action must be an instance of the service state type
Public fieldStatic member InsertRequest
The Insert Request Action identifies a request to insert aadditional resource into a service instance, augmenting its state
Public fieldStatic member InsertResponse
Response of Insert Action
Public fieldStatic member LookupRequest
The Lookup Request Action identifies a request to recover metadata about the service instance.
Public fieldStatic member LookupResponse
Response of Lookup Action
Public fieldStatic member NotifyRequest
The Notify Request Action identifies a request that has been converted to a notification and contains an additional SOAP header with the source Action that caused this notification
Public fieldStatic member NotifyResponse
Optional Response of Notify Action
Public fieldStatic member QueryRequest
Query Request Action identifies a request for a portion of the service state
Public fieldStatic member QueryResponse
Response of Query Action
Public fieldStatic member ReplaceRequest
Replace Request Action identifies a request for updating the entire service state atomically (in one step)
Public fieldStatic member ReplaceResponse
Response of Replace Action
Public fieldStatic member SubmitRequest
Submit Request Action identifies a request for processing that has no direct state side effects
Public fieldStatic member SubmitResponse
Response of Submit Action
Public fieldStatic member SubscribeRequest
Subscribe Request Action identifies a request for listening for state change notifications
Public fieldStatic member SubscribeResponse
Response of Subscribe Action
Public fieldStatic member UpdateRequest
Update Request Action identifies a request for changing portion of the service state
Public fieldStatic member UpdateResponse
Response of Update Action
Public fieldStatic member UpsertRequest
Upsert Request Action identifies a request updating service state if the target of the modification is present on the state. If its not, the request will be equivalent to an Insert request, adding resources to the state. The check is done atomically with the insert or update action on the state
Public fieldStatic member UpsertResponse
Response of Upsert Action

See Also

DsspActions Class

Microsoft.Dss.ServiceModel.Dssp Namespace