InsertReliableSubscriptionMessage Members
Microsoft Robotics Class Reference
The InsertReliableSubscriptionMessage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InsertReliableSubscriptionMessage |
Initializes a new instance of the InsertReliableSubscriptionMessage class
|
Methods
Name | Description | |
---|---|---|
Clone |
Clones InsertReliableSubscriptionMessage
(Overrides SubscriptionType. . :: . .Clone() () () ().) |
|
CopyTo |
Copies the data member values of the current InsertReliableSubscriptionMessage to the specified target object
(Overrides SubscriptionType. . :: . .CopyTo(IDssSerializable).) |
|
Deserialize |
Deserializes InsertReliableSubscriptionMessage
(Overrides SubscriptionType. . :: . .Deserialize(BinaryReader).) |
|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
Serialize |
Serializes the data member values of the current InsertReliableSubscriptionMessage to the specified writer
(Overrides SubscriptionType. . :: . .Serialize(BinaryWriter).) |
|
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
Expiration |
Expiration of subscription request
(Inherited from SubscribeRequestType.) |
|
NotificationCount |
Number of notifications published before subscription is dropped
(Inherited from SubscribeRequestType.) |
|
Subscriber |
Service URI of subscriber
(Inherited from SubscribeRequestType.) |
|
TypeFilter |
Types to filter subscription on. The subscriber only receives notifications with this body type. An empty list implies all notifications.
(Inherited from SubscribeRequestType.) |
Properties
Name | Description | |
---|---|---|
FilterType |
Flag to indicate if the query filters are regular expression patterns.
(Inherited from SubscriptionType.) |
|
QueryList |
List of query filters
(Inherited from SubscriptionType.) |
|
SuspensionInterval |
Interval to wait before retrying notifications to subscriber that could not be reached
|