コード例 #1
0
 Task <int> IStreamPubSub.ProducerCount(Guid streamId, string streamProvider, string streamNamespace)
 {
     return(registry.ProducerCount(streamId, streamProvider, streamNamespace));
 }
コード例 #2
0
ファイル: StreamPubSubImpl.cs プロジェクト: zhyifei/orleans
 public Task <int> ProducerCount(InternalStreamId streamId)
 {
     return(explicitPubSub.ProducerCount(streamId));
 }
コード例 #3
0
ファイル: PubSubRuntime.cs プロジェクト: mixlatte/orleans
 public Task <int> ProducerCount(Guid streamId, string streamProvider, string streamNamespace)
 {
     return(explicitPubSub.ProducerCount(streamId, streamProvider, streamNamespace));
 }