Show / Hide Table of Contents

Class RetryWebhook

Inheritance
object
RetryWebhook
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Webhooks
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
Type Name Description
Webhook hook
WebhookPayload payload
int maxRetryCount
bool isTest

Fields

AccessToken

Declaration
public string AccessToken
Field Value
Type Description
string

IsTest

Declaration
public bool IsTest
Field Value
Type Description
bool

MaxRetryCount

Declaration
public int MaxRetryCount
Field Value
Type Description
int

Payload

Declaration
public WebhookPayload Payload
Field Value
Type Description
WebhookPayload

RetryCount

Declaration
public int RetryCount
Field Value
Type Description
int

RetryWhen

Declaration
public DateTime RetryWhen
Field Value
Type Description
DateTime

Webhook

Declaration
public Webhook Webhook
Field Value
Type Description
Webhook

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top