AsyncConfigurationProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fc;
new AsyncConfigurationProperty {
object Destination = null,
object MaxAsyncEventAgeInSeconds = null,
object MaxAsyncRetryAttempts = null,
object StatefulInvocation = null
};
Properties
DestinationOptional
public object Destination { get; set; }
MaxAsyncEventAgeInSecondsOptional
public object MaxAsyncEventAgeInSeconds { get; set; }
MaxAsyncRetryAttemptsOptional
public object MaxAsyncRetryAttempts { get; set; }
StatefulInvocationOptional
public object StatefulInvocation { get; set; }