ReliableSubscribeRequestType Class
Microsoft Robotics Class Reference
Reliable subscription request body type
Namespace: Microsoft.Dss.ServiceModel.Dssp
Assembly: Microsoft.Dss.Base (in Microsoft.Dss.Base.dll) Version: 4.0.261.0 (4.0.261.0)
Syntax
[XmlRootAttribute("ReliableSubscribeRequest", Namespace = "https://schemas.microsoft.com/xw/2004/10/dssp.html",
IsNullable = false)]
[DataContractAttribute]
[XmlTypeAttribute(Namespace = "https://schemas.microsoft.com/xw/2004/10/dssp.html")]
public class ReliableSubscribeRequestType : SubscribeRequestType,
IDssSerializable
Remarks
Use this request type when subscriptions need to be handled reliably. The subscription manager service will handle reliable subscriptions so any failure to deliver notifications is discoverable and any temporary failure to reach a subscriber is dealt with a delayed retry
Inheritance Hierarchy
System. . :: . .Object
Microsoft.Dss.ServiceModel.Dssp. . :: . .SubscribeRequestType
Microsoft.Dss.ServiceModel.Dssp..::..ReliableSubscribeRequestType