System.Collections.Concurrent.BlockingCollection.Add(System.Guid)

Here are the examples of the csharp api class System.Collections.Concurrent.BlockingCollection.Add(System.Guid) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Example 7

1. Example

Project: sodium
Source File: StreamListenerManager.cs
public static void Remove(Guid streamId)
        {
            StreamIdsToRemove.Add(streamId);
        }