Skip to content

AsyncConfigurationProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Fc;
new AsyncConfigurationProperty {
    object Destination = null,
    object MaxAsyncEventAgeInSeconds = null,
    object MaxAsyncRetryAttempts = null,
    object StatefulInvocation = null
};

Properties

Name Type Description
Destination object No description.
MaxAsyncEventAgeInSeconds object No description.
MaxAsyncRetryAttempts object No description.
StatefulInvocation object No description.

DestinationOptional

public object Destination { get; set; }
  • Type: object

MaxAsyncEventAgeInSecondsOptional

public object MaxAsyncEventAgeInSeconds { get; set; }
  • Type: object

MaxAsyncRetryAttemptsOptional

public object MaxAsyncRetryAttempts { get; set; }
  • Type: object

StatefulInvocationOptional

public object StatefulInvocation { get; set; }
  • Type: object