DssConfigurationOptions Enumeration

Microsoft Robotics Class Reference

Message capture flags read from host configuration file

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

Syntax

[FlagsAttribute]
public enum DssConfigurationOptions

Members

Member name Value Description
CaptureInbound 1 Log all messages towards the service
CaptureOutbound 2 Log all message sent from a service
TrackTimeoutOnAllOperations 4 All outbound DSSP operations will be timed with the default short timeout
DisableBinarySerialization 8 Disables binary serialization on all transports
DisableDiskWrites 32 Disable any local disk write operations
CaptureWhenDiagnosticHeaderPresent 64 Modifier flag allows message capture when dss diagnostic header is present

See Also

Microsoft.Dss.Core Namespace