Table of Contents

Delegate SwarmTile.GeospatialInfoHandler

Namespace
Iot.Device.Swarm
Assembly
Iot.Device.Swarm.dll

Represents the delegate used for the GeospatialInfoAvailable event.

public delegate void SwarmTile.GeospatialInfoHandler(GeospatialInformation geoSpatialInfo)

Parameters

geoSpatialInfo GeospatialInformation

Data available.

Constructors

GeospatialInfoHandler(object, IntPtr)

public GeospatialInfoHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(GeospatialInformation, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(GeospatialInformation geoSpatialInfo, AsyncCallback callback, object @object)

Parameters

geoSpatialInfo GeospatialInformation
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(GeospatialInformation)

public virtual void Invoke(GeospatialInformation geoSpatialInfo)

Parameters

geoSpatialInfo GeospatialInformation