Click or drag to resize
ParticleCloud Properties

The ParticleCloud type exposes the following members.

Properties
  NameDescription
Public propertyAccessToken
Gets the users Access token or returns null if the user not authenticated.
Public propertyIsAuthenticated
True if the user is authenticated into the cloud
Public propertyStatic memberSyncContext
Set this to the UI threads SynchronizationContext Any operation that may update the UI gets sent through the SyncContext if its null the operation is executed on the current thread i.e. for Universal App set this to ParticleCloud.SyncContext = System.Threading.SynchronizationContext.Current; in the App.xaml.cs inside the OnLaunch function
Public propertyYourEventUri
Gets the uri to the users Events. Usally https://api.particle.io/v1/devices/events
Top
See Also