Delegate StreamingServer.PublishingPointDisposingHandler
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
connectionIdGuidThe unique identifier of the connection.
publishingPointPublishingPointThe publishing point being disposed.
Constructors
PublishingPointDisposingHandler(object, nint)
public PublishingPointDisposingHandler(object @object, nint method)
Parameters
Methods
BeginInvoke(Guid, PublishingPoint, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Guid connectionId, PublishingPoint publishingPoint, AsyncCallback callback, object @object)
Parameters
connectionIdGuidpublishingPointPublishingPointcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(Guid, PublishingPoint)
public virtual void Invoke(Guid connectionId, PublishingPoint publishingPoint)
Parameters
connectionIdGuidpublishingPointPublishingPoint