withArgsCallbackAsync
Method
interface ContainerResource { // ... omitted for brevity withArgsCallbackAsync(callback: callback): IResourceWithArgs;}Signature
method
withArgsCallbackAsync builder Sets command-line arguments via async callback
withArgsCallbackAsync(callback: (arg: CommandLineArgsCallbackContext) => Promise<void>): IResourceWithArgsParameters
callback (arg: CommandLineArgsCallbackContext) => Promise<void> Returns
IResourceWithArgs Applies to
This method applies to the following types: