Table of Contents

Delegate StreamingServer.PublishingPointDisposingHandler

Namespace
VAST.Network
Assembly
VAST.Network.dll

Represents the method that handles the event when a publishing point is about to be disposed.

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

Parameters

connectionId Guid

The unique identifier of the connection.

publishingPoint PublishingPoint

The publishing point being disposed.

Constructors

PublishingPointDisposingHandler(object, nint)

public PublishingPointDisposingHandler(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