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