<PackageReference Include="System.ClientModel" Version="1.1.0-beta.6" />

ReturnWhen

public enum ReturnWhen
Indicates whether a client method that starts a long-running operation should return after the operation has started or after the service has completed processing of the operation.

Indicates the client method should wait to return until the service has completed processing of the operation.

Started = 1

Indicates the client method should return after the service has responded to the request to start the operation.