IResourceWithArgs.withArgsCallbackAsync
Method
interface IResourceWithArgs { // ... omitted for brevity withArgsCallbackAsync(callback: (arg: CommandLineArgsCallbackContext) => void): IResourceWithArgs;}Signature
method
withArgsCallbackAsync builder Sets command-line arguments via async callback
withArgsCallbackAsync(callback: (arg: CommandLineArgsCallbackContext) => void): IResourceWithArgsParameters
callback (arg: CommandLineArgsCallbackContext) => void Returns
IResourceWithArgs Defined on
This method is defined on the following type: