Example #1
0
 /// <inheritdoc />
 public IRemoteInfoResponse RemoteInfo(IRemoteInfoRequest request) =>
 Dispatcher.Dispatch <IRemoteInfoRequest, RemoteInfoRequestParameters, RemoteInfoResponse>(
     request,
     (p, d) => LowLevelDispatch.ClusterRemoteInfoDispatch <RemoteInfoResponse>(p)
     );