DsspOperationProperties Enumeration

Microsoft Robotics Class Reference

NOTE: Flags field is serialized into a single byte so highest flag value is 128

Namespace: Microsoft.Dss.Services.Forwarders
Assembly: Microsoft.Dss.Runtime (in Microsoft.Dss.Runtime.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

[FlagsAttribute]
public enum DsspOperationProperties

Members

Member name Value Description
OneWay 1 No response is expected
Subscription 2 Outbound request was a Subscription operation
Local 4 Target of operation is a local service, within the same node
UnknownResponseType 8 The response type is unknown atthe time the request was sent
IsBinary 16 Packet is binary serializable

See Also

Microsoft.Dss.Services.Forwarders Namespace