ReliableSubscribeRequestType Class

Microsoft Robotics
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)

[XmlRootAttribute("ReliableSubscribeRequest", Namespace = "http://schemas.microsoft.com/xw/2004/10/dssp.html", 
	IsNullable = false)]
[DataContractAttribute]
[XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/xw/2004/10/dssp.html")]
public class ReliableSubscribeRequestType : SubscribeRequestType, 
	IDssSerializable

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

System..::..Object
  Microsoft.Dss.ServiceModel.Dssp..::..SubscribeRequestType
    Microsoft.Dss.ServiceModel.Dssp..::..ReliableSubscribeRequestType
Show: