OnlineServiceConnectionTests ReceiveResultFromServer 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 ReceiveResultFromServer()
Examples

[Test]
public void ReceiveResultFromServer()
{
    var connection = new OnlineServiceConnection(new MockSettings(), () => { });
See Also