MethodSettings_LongRunning constructor
MethodSettings_LongRunning({
- Duration? initialPollDelay,
- double pollDelayMultiplier = 0,
- Duration? maxPollDelay,
- Duration? totalPollTimeout,
Implementation
MethodSettings_LongRunning({
this.initialPollDelay,
this.pollDelayMultiplier = 0,
this.maxPollDelay,
this.totalPollTimeout,
}) : super(fullyQualifiedName);