Skip to content

IStreamPubSub.UnregisterProducer(QualifiedStreamId, GrainId)

UnregisterProducer(QualifiedStreamId, GrainId)

abstract
View source
public abstract Task UnregisterProducer(QualifiedStreamId streamId, GrainId streamProducer)
Unregisters a producer from a stream.

Parameters

streamIdQualifiedStreamId
The qualified stream identifier.
streamProducerGrainId
The identifier of the producer.

Returns

A task which represents the operation.