MessagingTests ClientReportsParticipantsNotCalculated Method Delta Engine Documentation

Namespace: DeltaEngine.Networking.Tests
Assembly: DeltaEngine.Networking.Tests (in DeltaEngine.Networking.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void ClientReportsParticipantsNotCalculated()
Examples

[Test, CloseAfterFirstFrame, Timeout(5000)]
public void ClientReportsParticipantsNotCalculated()
{
    Assert.AreEqual(ClientMessagingSession.NumberOfParticipantsNotCalculated,
        clientSession.NumberOfParticipants);
}
See Also