IBlockingQueue
Add(Object)
Contains(Object)
DrainTo(ICollection)
DrainTo(ICollection, Int32)
Offer(Object)
Offer(Object, Int64, TimeUnit)
Poll(Int64, TimeUnit)
Put(Object)
RemainingCapacity()
Remove(Object)
Take()
OfferAsync(IBlockingQueue, Object)
OfferAsync(IBlockingQueue, Object, Int64, TimeUnit)
PollAsync(IBlockingQueue, Int64, TimeUnit)
PutAsync(IBlockingQueue, Object)
TakeAsync(IBlockingQueue)
monoandroid
namespace Java.Util.Concurrent
{
public static class IBlockingQueueExtensions
{
public static Task<Object?>! PollAsync(this IBlockingQueue! self, long timeout, TimeUnit? unit);
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API