Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Robotics Class Reference
Valid Dss Service Types Usage: [assembly: ServiceDeclaration(DssServiceDeclaration.ServiceBehavior)]
Namespace: Microsoft.Dss.Core.Attributes
Assembly: Microsoft.Dss.Base (in Microsoft.Dss.Base.dll) Version: 4.0.261.0 (4.0.261.0)
Syntax
[FlagsAttribute]
public enum DssServiceDeclaration
Members
| Member name | Value | Description | |
|---|---|---|---|
| NonDssService | 0 | Not a Dss Service | |
| ServiceBehavior | 1 | Assembly contains service behavior declarations including the port types used to describe message patterns and types Replaces [ServiceBehaviorDeclaration] | |
| DataContract | 2 | Assembly contains data contract declarations. Replaces [ServiceDataDeclaration] | |
| Proxy | 8 | Assembly is a generated Dss Proxy | |
| Transform | 16 | Assembly is a generated Dss Transform |