Table of Contents

Delegate StreamingServer.PublishingPointRequestedHandler

Namespace
VAST.Network
Assembly
VAST.Network.dll

Represents the method that handles the event when a publishing point is requested by a client.

public delegate void StreamingServer.PublishingPointRequestedHandler(Guid connectionId, ConnectionInfo connectionInfo, CreatedPublishingPointParameters createdPublishingPointParameters)

Parameters

connectionId Guid

The unique identifier of the connection.

connectionInfo ConnectionInfo

The connection information.

createdPublishingPointParameters CreatedPublishingPointParameters

Output parameters for the created publishing point.

Constructors

PublishingPointRequestedHandler(object, nint)

public PublishingPointRequestedHandler(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(Guid, ConnectionInfo, CreatedPublishingPointParameters, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Guid connectionId, ConnectionInfo connectionInfo, CreatedPublishingPointParameters createdPublishingPointParameters, AsyncCallback callback, object @object)

Parameters

connectionId Guid
connectionInfo ConnectionInfo
createdPublishingPointParameters CreatedPublishingPointParameters
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Guid, ConnectionInfo, CreatedPublishingPointParameters)

public virtual void Invoke(Guid connectionId, ConnectionInfo connectionInfo, CreatedPublishingPointParameters createdPublishingPointParameters)

Parameters

connectionId Guid
connectionInfo ConnectionInfo
createdPublishingPointParameters CreatedPublishingPointParameters