This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AutoRest.
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
- C
Sharp Generator Settings
Syntax
public string SyncMethodMode { get; set; }
Value
Type | Description |
---|---|
string |