We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ISqlProcessManagerDataContext 개체를 확장하는 다음 확장 메서드를 추가한다.
public static Task SaveProcessManagerAndPublishCommands<T>( this ISqlProcessManagerDataContext<T> context, T processManager, IEnvelope correlation, CancellationToken cancellationToken = default)
correlation 매개변수는 operationId, correlationId, contributor 매개변수를 대신한다.
correlation
operationId
correlationId
contributor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ISqlProcessManagerDataContext 개체를 확장하는 다음 확장 메서드를 추가한다.
correlation
매개변수는operationId
,correlationId
,contributor
매개변수를 대신한다.The text was updated successfully, but these errors were encountered: