You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets the typed RPC client for server-scoped methods (no session required).
71
+
/// </summary>
72
+
/// <remarks>
73
+
/// The client must be started before accessing this property. Use <see cref="StartAsync"/> or set <see cref="CopilotClientOptions.AutoStart"/> to true.
74
+
/// </remarks>
75
+
/// <exception cref="ObjectDisposedException">Thrown if the client has been disposed.</exception>
76
+
/// <exception cref="InvalidOperationException">Thrown if the client is not started.</exception>
0 commit comments