Delegate StreamingServer.PublisherConnectedHandler
Represents the method that handles the event when a publisher has connected.
public delegate void StreamingServer.PublisherConnectedHandler(Guid connectionId, PublishingPoint publishingPoint)
Parameters
connectionIdGuidThe unique identifier of the connection.
publishingPointPublishingPointThe publishing point created for the publisher.
Constructors
PublisherConnectedHandler(object, nint)
public PublisherConnectedHandler(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