ISessioncreateSnapshotRequestTemplate Method |
Name | Description | |
---|---|---|
createSnapshotRequestTemplate(String, CorrelationID) |
This is the same as calling
createSnapshotRequestTemplate(String, CorrelationID, Identity)
with null Identity.
| |
createSnapshotRequestTemplate(String, CorrelationID, Identity) |
Create a snapshot service request template for getting subscription
data.
When creating a snapshot requests a subscription is established, but messages are sent to the application only when requested. This reduces latency for receiving the latest data when compared to starting a new subscription each time. |