ProCad Home
  1. Home
  2. Docs
  3. API
    1. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. ProCad.Collaboration.Services
    4. ICadRealtimeSession

    ICadRealtimeSession Interface

    Definition

    Namespace ProCad.Collaboration.Services
    Assembly ProCad.Collaboration.dll
    Derived ProCad.Collaboration.Sessions.CadRealtimeSession
    Implements IAsyncDisposable
    View source
    Show inherited members (1)
    • System.IAsyncDisposable.DisposeAsync()
    public interface ICadRealtimeSession : IAsyncDisposable
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Properties (2)

    ActorId
    Version

    Methods (9)

    ConnectAsync(CancellationToken)
    DisconnectAsync(CancellationToken)
    GetConflicts()
    PublishPresenceAsync(CadCollabPresence, Nullable<TimeSpan>, CancellationToken)
    ReapplyConflictAsync(String, CancellationToken)
    ReconnectAsync(CancellationToken)
    ResyncAsync(CancellationToken)
    SubmitLocalAppliedAsync(IReadOnlyList<CadOperation>, CancellationToken)
    SubmitLocalAsync(IReadOnlyList<CadOperation>, CancellationToken)

    Events (4)

    ConflictsChanged
    OperationsApplied
    PresenceReceived
    TransportStateChanged

    Copyright © 2026, Wieslaw Soltes aka wieslawsoltes - Content licensed under the MIT license | Site generated by lunet hosted on GitHub Pages