class documentation

class RemoteMethod(RemoteCallable):

View In Hierarchy

The remote interface for a server-side BaseMethod.

Async Method call Call the remote method and return the final result data.
Method dto Return the data transfer object.
Method _init_handle_node Undocumented
Class Variable _ua_call Undocumented
async def call(self) -> Mapping[str, Any]:

Call the remote method and return the final result data.

User is responsible for handling any errors.

def dto(self) -> RemoteCallableDTO:

Return the data transfer object.

@override
def _init_handle_node(self, ua_node: Node, browse_name: ua.QualifiedName) -> list[Awaitable]:

Undocumented

_ua_call: ua.NodeId =

Undocumented