UnregisterProducer(QualifiedStreamId, GrainId)
abstract
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.
