Table of Contents

Method Subscribe

Namespace
GuildWars2
Assembly
GW2SDK.dll

Subscribes an observer to receive realtime game state updates.

public IDisposable Subscribe(IObserver<GameTick> observer)

Parameters

observer IObserver<GameTick>

The observer to subscribe.

Returns

IDisposable

An IDisposable object that can be used to unsubscribe the observer.