DispatchBlock
DispatchBlock(Action, DispatchBlockFlags)
DispatchBlock(Action, DispatchBlockFlags, DispatchQualityOfService, Int32)
DispatchBlock(DispatchBlock, DispatchBlockFlags, DispatchQualityOfService, Int32)
Cancelled
Cancel()
Create(Action, DispatchBlockFlags)
Create(DispatchBlockFlags, DispatchQualityOfService, Int32)
Create(Action, DispatchBlockFlags, DispatchQualityOfService, Int32)
Create(DispatchBlock, DispatchBlockFlags, DispatchQualityOfService, Int32)
Invoke()
Notify(DispatchQueue, Action)
Notify(DispatchQueue, DispatchBlock)
Release()
Retain()
TestCancel()
Wait(DispatchTime)
Wait(TimeSpan)
explicit operator Action(DispatchBlock)
xamarinmac
namespace CoreFoundation
{
public sealed class DispatchBlock : NativeObject
{
public DispatchBlock(Action action, DispatchBlockFlags flags = DispatchBlockFlags.None);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , 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