Class RetryWebhook
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class RetryWebhook
Constructors
RetryWebhook(Webhook, WebhookPayload, int, bool)
Declaration
public RetryWebhook(Webhook hook, WebhookPayload payload, int maxRetryCount, bool isTest)
Parameters
Fields
AccessToken
Declaration
public string AccessToken
Field Value
IsTest
Declaration
Field Value
MaxRetryCount
Declaration
Field Value
Payload
Declaration
public WebhookPayload Payload
Field Value
RetryCount
Declaration
Field Value
RetryWhen
Declaration
public DateTime RetryWhen
Field Value
Webhook
Declaration
Field Value
Extension Methods