Table of Contents

Delegate StreamingServer.PublisherConnectedHandler

Namespace
VAST.Network
Assembly
VAST.Network.dll

Represents the method that handles the event when a publisher has connected.

public delegate void StreamingServer.PublisherConnectedHandler(Guid connectionId, PublishingPoint publishingPoint)

Parameters

connectionId Guid

The unique identifier of the connection.

publishingPoint PublishingPoint

The publishing point created for the publisher.

Constructors

PublisherConnectedHandler(object, nint)

public PublisherConnectedHandler(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(Guid, PublishingPoint, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Guid connectionId, PublishingPoint publishingPoint, AsyncCallback callback, object @object)

Parameters

connectionId Guid
publishingPoint PublishingPoint
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Guid, PublishingPoint)

public virtual void Invoke(Guid connectionId, PublishingPoint publishingPoint)

Parameters

connectionId Guid
publishingPoint PublishingPoint