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
/// <param name="serverFirst">This determines if the server or clients will be instantiated first (defaults to server first)</param>
250
250
/// <param name="useMockTransport">When true, uses mock transport for testing, otherwise uses real transport. Default value is false</param>
251
251
/// <param name="useCmbService">If true, all clients will be created with a connection to a locally hosted da service. The server transport will use a mock transport as it is not needed.</param>
252
-
/// <returns> Returns `true` if the server and client instances were successfully created and configured, otherwise `false`</returns>
252
+
/// <returns> Returns true if the server and client instances were successfully created and configured, otherwise false</returns>
0 commit comments