Fields.CreateAsync Method
Name | Parameters | Description |
---|---|---|
CreateAsync(Interval, CancellationToken) | interval, cancellationToken | Creates a field in the specified interval. |
CreateAsync(Int32, Int32) | startPosition, length |
Creates a field in an interval. The interval is specified with the startPosition and length parameters.
|
CreateAsync(Int32, String, CancellationToken) | position, code, cancellationToken | Creates a field with the specified code. |