Click or drag to resize

EventRouterDispatchEventT Method

[Missing <summary> documentation for "M:OpenFin.FDC3.Events.EventRouter.DispatchEvent``1(OpenFin.FDC3.Events.EventTransport{``0},OpenFin.FDC3.Connection)"]

Namespace:  OpenFin.FDC3.Events
Assembly:  OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha6
Syntax
public void DispatchEvent<T>(
	EventTransport<T> eventTransport,
	Connection connection
)
where T : FDC3Event

Parameters

eventTransport
Type: OpenFin.FDC3.EventsEventTransportT

[Missing <param name="eventTransport"/> documentation for "M:OpenFin.FDC3.Events.EventRouter.DispatchEvent``1(OpenFin.FDC3.Events.EventTransport{``0},OpenFin.FDC3.Connection)"]

connection
Type: OpenFin.FDC3Connection

[Missing <param name="connection"/> documentation for "M:OpenFin.FDC3.Events.EventRouter.DispatchEvent``1(OpenFin.FDC3.Events.EventTransport{``0},OpenFin.FDC3.Connection)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:OpenFin.FDC3.Events.EventRouter.DispatchEvent``1(OpenFin.FDC3.Events.EventTransport{``0},OpenFin.FDC3.Connection)"]

See Also