CSharpGeneratorSettings.

SyncMethodMode Property

Summary

Specifies mode for generating sync wrappers.

Supported value are Essential - generates only one sync returning body or header (default), All - generates one sync method for each async method, and None - does not generate any sync methods

Assembly
Cake.AutoRest.dll
Namespace
Cake.AutoRest
Containing Type
CSharpGeneratorSettings

Syntax

public string SyncMethodMode { get; set; }

Value

Type Description
string