Class ClientUnobservableCommand¶
- class sila2.client.ClientUnobservableCommand(parent_feature: ClientFeature, wrapped_command: UnobservableCommand)¶
Wraps an unobservable command
- __call__(*args, **kwargs) ResponseType ¶
Request execution of the unobservable command
- Parameters:
args – Command parameters as positional arguments
kwargs – Command parameters as keyword arguments
metadata (typing.Optional[typing.Iterable[ClientMetadataInstance]]) – SiLA Client Metadata to send along with the request
- Returns:
responses – Command responses as named tuple