![]() |
Zeebe C# Client 2.10.0
C# Client to communicate with an Zeebe Gateway
|
This is the complete list of members for Zeebe.Client.Api.Commands.IDeployResourceCommandBuilderStep2, including all inherited members.
| AddResourceBytes(byte[] resourceBytes, string resourceName) | Zeebe.Client.Api.Commands.IDeployResourceCommandStep1 | |
| AddResourceFile(string filename) | Zeebe.Client.Api.Commands.IDeployResourceCommandStep1 | |
| AddResourceStream(Stream resourceStream, string resourceName) | Zeebe.Client.Api.Commands.IDeployResourceCommandStep1 | |
| AddResourceString(string resourceString, Encoding encoding, string resourceName) | Zeebe.Client.Api.Commands.IDeployResourceCommandStep1 | |
| AddResourceStringUtf8(string resourceString, string resourceName) | Zeebe.Client.Api.Commands.IDeployResourceCommandStep1 | |
| AddTenantId(string tenantId) | Zeebe.Client.Api.Commands.ITenantIdCommandStep< IDeployResourceCommandBuilderStep2 > | |
| SendWithRetry(TimeSpan? timeout=null, CancellationToken token=default) | Zeebe.Client.Api.Commands.IFinalCommandWithRetryStep< IDeployResourceResponse > |