Partners Fields

Microsoft Robotics Class Reference

The Partners type exposes the following members.

Fields

  Name Description
Public fieldStatic member AlternateContractService
This partner relationship is used by services that implement alternate contracts. Any ServiceInfoType instance for the primary service will contain this partner pointing to the alternate contract service instance(s).
Public fieldStatic member ConstructorService
This partner represents the service constructor instance used for creating services in this node. It is automatically assigned when constructing new service instances.
Public fieldStatic member ConstructorServiceString
String representation of the ConstructorService partnership.
Public fieldStatic member ContractDirectoryService
Partner relationship with the contract directory service for this node.
Public fieldStatic member ContractDirectoryServiceString
String representation of ContractDirectoryService partnership.
Public fieldStatic member CreatorService
This partner represents a service that initiated creation of this service, for example by sending a CREATE request to the constructor service.
Public fieldStatic member CreatorServiceString
String representation of the CreatorService partnership.
Public fieldStatic member InstanceDirectoryService
Partner relationship with the instance directory service for this node.
Public fieldStatic member InstanceDirectoryServiceString
String representation of InstanceDirectoryService partnership.
Public fieldStatic member PartnerListService
This partner represents the service instance managing the partners for a service instance. It is automatically assigned when creating new service instances.
Public fieldStatic member PartnerListServiceString
String representation of the PartnerListService partnership.
Public fieldStatic member PrimaryContractService
This partner relationship is used by services that implement alternate contracts. Any ServiceInfoType instance for the alternate service will contain this partner pointing to the primary contract service instance.
Public fieldStatic member StateService
Standard name for services that provide initial state
Public fieldStatic member StateServiceString
String representation of StateService partnership.
Public fieldStatic member SubscriptionManager
Used for partners that manage subscriptions for this service.
Public fieldStatic member SubscriptionManagerString
Used for partners that manage subscriptions for this service
Public fieldStatic member TargetService
Generic partner that can be used by services to identify services that are targets of operations.
Public fieldStatic member TargetServiceString
String representation of TargetService partnership.

See Also

Partners Class

Microsoft.Dss.ServiceModel.Dssp Namespace