8 references to IRemoteKeepAliveService
Microsoft.CodeAnalysis.Workspaces (8)
Remote\IRemoteKeepAliveService.cs (8)
42
/// Unique identifier for this session. Used to coordinate between <see cref="
IRemoteKeepAliveService
.KeepAliveAsync"/>
43
/// (which syncs and pins the solution) and <see cref="
IRemoteKeepAliveService
.WaitForSessionIdAsync"/> (which blocks
49
/// Controls the lifetime of the OOP-side pinning. The <see cref="
IRemoteKeepAliveService
.KeepAliveAsync"/> call
65
/// <item><see cref="
IRemoteKeepAliveService
.KeepAliveAsync"/>: Syncs the solution to OOP, then blocks until
67
/// <item><see cref="
IRemoteKeepAliveService
.WaitForSessionIdAsync"/>: Blocks until KeepAliveAsync has completed
111
await client.TryInvokeAsync<
IRemoteKeepAliveService
>(
151
await client.TryInvokeAsync<
IRemoteKeepAliveService
>(
207
await client.TryInvokeAsync<
IRemoteKeepAliveService
>(