call
Sends a request to the server and awaits a response.
Suspends if the client is connecting or reconnecting; it waits for a valid connection.
Throws
if the client is MsmpState.Closed.
if no response is received within timeout.
Sends a request with parameters using automatic serialization.
Suspends if the client is connecting or reconnecting; it waits for a valid connection.
Throws
if the client is MsmpState.Closed.
if no response is received within timeout.
Sends a request with parameters using a manual serializer.
Useful for types where standard reified type inference might fail (e.g., generic collections).
Suspends if the client is connecting or reconnecting; it waits for a valid connection.
Throws
if the client is MsmpState.Closed.
if no response is received within timeout.