Interface IDeliveryContext
- Namespace
- PushTechnology.ClientInterface.Client.Types
- Assembly
- Diffusion.Client.dll
Context of content received.
public interface IDeliveryContext
Properties
AckId
Returns the acknowledgement id.
string AckId { get; }
Property Value
- string
The acknowledgement id.
IsAckRequired
Indicates whether acknowledgement of the content is required.
bool IsAckRequired { get; }
Property Value
- bool
Whether acknowledgement of the content is required.