Interface IDeliveryContext

Context of content received.

Namespace: PushTechnology.ClientInterface.Client.Types
Assembly: Diffusion.Client.dll
Syntax
public interface IDeliveryContext

Properties

AckId

Returns the acknowledgement id.

Declaration
string AckId { get; }
Property Value
Type Description
System.String

The acknowledgement id.

IsAckRequired

Indicates whether acknowledgement of the content is required.

Declaration
bool IsAckRequired { get; }
Property Value
Type Description
System.Boolean

Whether acknowledgement of the content is required.

Back to top