UNPKG

@tsonic/dotnet

Version:

TypeScript type definitions for .NET 10 BCL (Base Class Library)

763 lines 29.5 kB
{ "namespace": "System.Threading.Channels", "contributingAssemblies": [ "System.Threading.Channels" ], "types": [ { "stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelFullMode", "clrName": "System.Threading.Channels.BoundedChannelFullMode", "tsEmitName": "BoundedChannelFullMode", "kind": "Enum", "accessibility": "Public", "isAbstract": false, "isSealed": true, "isStatic": false, "arity": 0, "methods": [], "properties": [], "fields": [ { "stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelFullMode::value__System.Int32", "clrName": "value__", "tsEmitName": "value__", "normalizedSignature": "value__|System.Int32|static=false|const=false", "isStatic": false, "isReadOnly": false, "isLiteral": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelFullMode::WaitSystem.Threading.Channels.BoundedChannelFullMode", "clrName": "Wait", "tsEmitName": "wait", "normalizedSignature": "Wait|System.Threading.Channels.BoundedChannelFullMode|static=true|const=true", "isStatic": true, "isReadOnly": false, "isLiteral": true }, { "stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelFullMode::DropNewestSystem.Threading.Channels.BoundedChannelFullMode", "clrName": "DropNewest", "tsEmitName": "dropNewest", "normalizedSignature": "DropNewest|System.Threading.Channels.BoundedChannelFullMode|static=true|const=true", "isStatic": true, "isReadOnly": false, "isLiteral": true }, { "stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelFullMode::DropOldestSystem.Threading.Channels.BoundedChannelFullMode", "clrName": "DropOldest", "tsEmitName": "dropOldest", "normalizedSignature": "DropOldest|System.Threading.Channels.BoundedChannelFullMode|static=true|const=true", "isStatic": true, "isReadOnly": false, "isLiteral": true }, { "stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelFullMode::DropWriteSystem.Threading.Channels.BoundedChannelFullMode", "clrName": "DropWrite", "tsEmitName": "dropWrite", "normalizedSignature": "DropWrite|System.Threading.Channels.BoundedChannelFullMode|static=true|const=true", "isStatic": true, "isReadOnly": false, "isLiteral": true } ], "events": [], "constructors": [] }, { "stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelOptions", "clrName": "System.Threading.Channels.BoundedChannelOptions", "tsEmitName": "BoundedChannelOptions", "kind": "Class", "accessibility": "Public", "isAbstract": false, "isSealed": true, "isStatic": false, "arity": 0, "methods": [], "properties": [ { "stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelOptions::Capacity:System.Int32", "clrName": "Capacity", "tsEmitName": "capacity", "normalizedSignature": "Capacity|:System.Int32|static=false|accessor=getset", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": false, "isOverride": false, "isIndexer": false, "hasGetter": true, "hasSetter": true }, { "stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelOptions::FullMode:System.Threading.Channels.BoundedChannelFullMode", "clrName": "FullMode", "tsEmitName": "fullMode", "normalizedSignature": "FullMode|:System.Threading.Channels.BoundedChannelFullMode|static=false|accessor=getset", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": false, "isOverride": false, "isIndexer": false, "hasGetter": true, "hasSetter": true } ], "fields": [], "events": [], "constructors": [ { "normalizedSignature": "constructor|(System.Int32):void|static=false", "isStatic": false, "parameterCount": 1 } ] }, { "stableId": "System.Threading.Channels:System.Threading.Channels.Channel\u00601", "clrName": "System.Threading.Channels.Channel\u00601", "tsEmitName": "Channel_1", "kind": "Class", "accessibility": "Public", "isAbstract": true, "isSealed": false, "isStatic": false, "arity": 1, "methods": [], "properties": [], "fields": [], "events": [], "constructors": [] }, { "stableId": "System.Threading.Channels:System.Threading.Channels.Channel\u00602", "clrName": "System.Threading.Channels.Channel\u00602", "tsEmitName": "Channel_2", "kind": "Class", "accessibility": "Public", "isAbstract": true, "isSealed": false, "isStatic": false, "arity": 2, "methods": [], "properties": [ { "stableId": "System.Threading.Channels:System.Threading.Channels.Channel\u00602::Reader:ChannelReader_1", "clrName": "Reader", "tsEmitName": "reader", "normalizedSignature": "Reader|:ChannelReader_1|static=false|accessor=get", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": false, "isOverride": false, "isIndexer": false, "hasGetter": true, "hasSetter": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.Channel\u00602::Writer:ChannelWriter_1", "clrName": "Writer", "tsEmitName": "writer", "normalizedSignature": "Writer|:ChannelWriter_1|static=false|accessor=get", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": false, "isOverride": false, "isIndexer": false, "hasGetter": true, "hasSetter": false } ], "fields": [], "events": [], "constructors": [] }, { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelClosedException", "clrName": "System.Threading.Channels.ChannelClosedException", "tsEmitName": "ChannelClosedException", "kind": "Class", "accessibility": "Public", "isAbstract": false, "isSealed": false, "isStatic": false, "arity": 0, "methods": [ { "stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void", "clrName": "GetObjectData", "tsEmitName": "getObjectData$view", "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false", "provenance": "ExplicitView", "emitScope": "ViewOnly", "isStatic": false, "isAbstract": false, "isVirtual": true, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 2, "sourceInterface": "System.Runtime.Serialization.ISerializable", "isExtensionMethod": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelClosedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void", "clrName": "GetObjectData", "tsEmitName": "getObjectData", "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false", "provenance": "BaseOverload", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": true, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 2, "isExtensionMethod": false } ], "properties": [], "fields": [], "events": [], "constructors": [ { "normalizedSignature": "constructor|():void|static=false", "isStatic": false, "parameterCount": 0 }, { "normalizedSignature": "constructor|(System.String):void|static=false", "isStatic": false, "parameterCount": 1 }, { "normalizedSignature": "constructor|(System.Exception):void|static=false", "isStatic": false, "parameterCount": 1 }, { "normalizedSignature": "constructor|(System.String,System.Exception):void|static=false", "isStatic": false, "parameterCount": 2 } ] }, { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelOptions", "clrName": "System.Threading.Channels.ChannelOptions", "tsEmitName": "ChannelOptions", "kind": "Class", "accessibility": "Public", "isAbstract": true, "isSealed": false, "isStatic": false, "arity": 0, "methods": [], "properties": [ { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelOptions::SingleWriter:System.Boolean", "clrName": "SingleWriter", "tsEmitName": "singleWriter", "normalizedSignature": "SingleWriter|:System.Boolean|static=false|accessor=getset", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": false, "isOverride": false, "isIndexer": false, "hasGetter": true, "hasSetter": true }, { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelOptions::SingleReader:System.Boolean", "clrName": "SingleReader", "tsEmitName": "singleReader", "normalizedSignature": "SingleReader|:System.Boolean|static=false|accessor=getset", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": false, "isOverride": false, "isIndexer": false, "hasGetter": true, "hasSetter": true }, { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelOptions::AllowSynchronousContinuations:System.Boolean", "clrName": "AllowSynchronousContinuations", "tsEmitName": "allowSynchronousContinuations", "normalizedSignature": "AllowSynchronousContinuations|:System.Boolean|static=false|accessor=getset", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": false, "isOverride": false, "isIndexer": false, "hasGetter": true, "hasSetter": true } ], "fields": [], "events": [], "constructors": [] }, { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601", "clrName": "System.Threading.Channels.ChannelReader\u00601", "tsEmitName": "ChannelReader_1", "kind": "Class", "accessibility": "Public", "isAbstract": true, "isSealed": false, "isStatic": false, "arity": 1, "methods": [ { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601::TryRead(T\u0026):System.Boolean", "clrName": "TryRead", "tsEmitName": "tryRead", "normalizedSignature": "TryRead|(T\u0026):System.Boolean|static=false", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": true, "isVirtual": true, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 1, "isExtensionMethod": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601::TryPeek(T\u0026):System.Boolean", "clrName": "TryPeek", "tsEmitName": "tryPeek", "normalizedSignature": "TryPeek|(T\u0026):System.Boolean|static=false", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": true, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 1, "isExtensionMethod": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601::WaitToReadAsync(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]", "clrName": "WaitToReadAsync", "tsEmitName": "waitToReadAsync", "normalizedSignature": "WaitToReadAsync|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": true, "isVirtual": true, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 1, "isExtensionMethod": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601::ReadAsync(System.Threading.CancellationToken):ValueTask_1", "clrName": "ReadAsync", "tsEmitName": "readAsync", "normalizedSignature": "ReadAsync|(System.Threading.CancellationToken):ValueTask_1|static=false", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": true, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 1, "isExtensionMethod": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601::ReadAllAsync(System.Threading.CancellationToken):IAsyncEnumerable_1", "clrName": "ReadAllAsync", "tsEmitName": "readAllAsync", "normalizedSignature": "ReadAllAsync|(System.Threading.CancellationToken):IAsyncEnumerable_1|static=false", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": true, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 1, "isExtensionMethod": false } ], "properties": [ { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601::Completion:System.Threading.Tasks.Task", "clrName": "Completion", "tsEmitName": "completion", "normalizedSignature": "Completion|:System.Threading.Tasks.Task|static=false|accessor=get", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": true, "isOverride": false, "isIndexer": false, "hasGetter": true, "hasSetter": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601::CanCount:System.Boolean", "clrName": "CanCount", "tsEmitName": "canCount", "normalizedSignature": "CanCount|:System.Boolean|static=false|accessor=get", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": true, "isOverride": false, "isIndexer": false, "hasGetter": true, "hasSetter": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601::CanPeek:System.Boolean", "clrName": "CanPeek", "tsEmitName": "canPeek", "normalizedSignature": "CanPeek|:System.Boolean|static=false|accessor=get", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": true, "isOverride": false, "isIndexer": false, "hasGetter": true, "hasSetter": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601::Count:System.Int32", "clrName": "Count", "tsEmitName": "count", "normalizedSignature": "Count|:System.Int32|static=false|accessor=get", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": true, "isOverride": false, "isIndexer": false, "hasGetter": true, "hasSetter": false } ], "fields": [], "events": [], "constructors": [] }, { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelWriter\u00601", "clrName": "System.Threading.Channels.ChannelWriter\u00601", "tsEmitName": "ChannelWriter_1", "kind": "Class", "accessibility": "Public", "isAbstract": true, "isSealed": false, "isStatic": false, "arity": 1, "methods": [ { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelWriter\u00601::TryComplete(System.Exception):System.Boolean", "clrName": "TryComplete", "tsEmitName": "tryComplete", "normalizedSignature": "TryComplete|(System.Exception):System.Boolean|static=false", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": true, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 1, "isExtensionMethod": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelWriter\u00601::TryWrite(T):System.Boolean", "clrName": "TryWrite", "tsEmitName": "tryWrite", "normalizedSignature": "TryWrite|(T):System.Boolean|static=false", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": true, "isVirtual": true, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 1, "isExtensionMethod": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelWriter\u00601::WaitToWriteAsync(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]", "clrName": "WaitToWriteAsync", "tsEmitName": "waitToWriteAsync", "normalizedSignature": "WaitToWriteAsync|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": true, "isVirtual": true, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 1, "isExtensionMethod": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelWriter\u00601::WriteAsync(T,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask", "clrName": "WriteAsync", "tsEmitName": "writeAsync", "normalizedSignature": "WriteAsync|(T,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": true, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 2, "isExtensionMethod": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.ChannelWriter\u00601::Complete(System.Exception):System.Void", "clrName": "Complete", "tsEmitName": "complete", "normalizedSignature": "Complete|(System.Exception):System.Void|static=false", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": false, "isOverride": false, "isSealed": false, "arity": 0, "parameterCount": 1, "isExtensionMethod": false } ], "properties": [], "fields": [], "events": [], "constructors": [] }, { "stableId": "System.Threading.Channels:System.Threading.Channels.UnboundedChannelOptions", "clrName": "System.Threading.Channels.UnboundedChannelOptions", "tsEmitName": "UnboundedChannelOptions", "kind": "Class", "accessibility": "Public", "isAbstract": false, "isSealed": true, "isStatic": false, "arity": 0, "methods": [], "properties": [], "fields": [], "events": [], "constructors": [ { "normalizedSignature": "constructor|():void|static=false", "isStatic": false, "parameterCount": 0 } ] }, { "stableId": "System.Threading.Channels:System.Threading.Channels.UnboundedPrioritizedChannelOptions\u00601", "clrName": "System.Threading.Channels.UnboundedPrioritizedChannelOptions\u00601", "tsEmitName": "UnboundedPrioritizedChannelOptions_1", "kind": "Class", "accessibility": "Public", "isAbstract": false, "isSealed": true, "isStatic": false, "arity": 1, "methods": [], "properties": [ { "stableId": "System.Threading.Channels:System.Threading.Channels.UnboundedPrioritizedChannelOptions\u00601::Comparer:IComparer_1", "clrName": "Comparer", "tsEmitName": "comparer", "normalizedSignature": "Comparer|:IComparer_1|static=false|accessor=getset", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": false, "isAbstract": false, "isVirtual": false, "isOverride": false, "isIndexer": false, "hasGetter": true, "hasSetter": true } ], "fields": [], "events": [], "constructors": [ { "normalizedSignature": "constructor|():void|static=false", "isStatic": false, "parameterCount": 0 } ] }, { "stableId": "System.Threading.Channels:System.Threading.Channels.Channel", "clrName": "System.Threading.Channels.Channel", "tsEmitName": "Channel", "kind": "StaticNamespace", "accessibility": "Public", "isAbstract": true, "isSealed": true, "isStatic": true, "arity": 0, "methods": [ { "stableId": "System.Threading.Channels:System.Threading.Channels.Channel::CreateUnbounded():Channel_1", "clrName": "CreateUnbounded", "tsEmitName": "createUnbounded", "normalizedSignature": "CreateUnbounded|():Channel_1|static=true", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": true, "isAbstract": false, "isVirtual": false, "isOverride": false, "isSealed": false, "arity": 1, "parameterCount": 0, "isExtensionMethod": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.Channel::CreateUnbounded(System.Threading.Channels.UnboundedChannelOptions):Channel_1", "clrName": "CreateUnbounded", "tsEmitName": "createUnbounded", "normalizedSignature": "CreateUnbounded|(System.Threading.Channels.UnboundedChannelOptions):Channel_1|static=true", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": true, "isAbstract": false, "isVirtual": false, "isOverride": false, "isSealed": false, "arity": 1, "parameterCount": 1, "isExtensionMethod": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.Channel::CreateBounded(System.Int32):Channel_1", "clrName": "CreateBounded", "tsEmitName": "createBounded", "normalizedSignature": "CreateBounded|(System.Int32):Channel_1|static=true", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": true, "isAbstract": false, "isVirtual": false, "isOverride": false, "isSealed": false, "arity": 1, "parameterCount": 1, "isExtensionMethod": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.Channel::CreateBounded(System.Threading.Channels.BoundedChannelOptions):Channel_1", "clrName": "CreateBounded", "tsEmitName": "createBounded", "normalizedSignature": "CreateBounded|(System.Threading.Channels.BoundedChannelOptions):Channel_1|static=true", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": true, "isAbstract": false, "isVirtual": false, "isOverride": false, "isSealed": false, "arity": 1, "parameterCount": 1, "isExtensionMethod": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.Channel::CreateBounded(System.Threading.Channels.BoundedChannelOptions,Action_1):Channel_1", "clrName": "CreateBounded", "tsEmitName": "createBounded", "normalizedSignature": "CreateBounded|(System.Threading.Channels.BoundedChannelOptions,Action_1):Channel_1|static=true", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": true, "isAbstract": false, "isVirtual": false, "isOverride": false, "isSealed": false, "arity": 1, "parameterCount": 2, "isExtensionMethod": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.Channel::CreateUnboundedPrioritized():Channel_1", "clrName": "CreateUnboundedPrioritized", "tsEmitName": "createUnboundedPrioritized", "normalizedSignature": "CreateUnboundedPrioritized|():Channel_1|static=true", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": true, "isAbstract": false, "isVirtual": false, "isOverride": false, "isSealed": false, "arity": 1, "parameterCount": 0, "isExtensionMethod": false }, { "stableId": "System.Threading.Channels:System.Threading.Channels.Channel::CreateUnboundedPrioritized(UnboundedPrioritizedChannelOptions_1):Channel_1", "clrName": "CreateUnboundedPrioritized", "tsEmitName": "createUnboundedPrioritized", "normalizedSignature": "CreateUnboundedPrioritized|(UnboundedPrioritizedChannelOptions_1):Channel_1|static=true", "provenance": "Original", "emitScope": "ClassSurface", "isStatic": true, "isAbstract": false, "isVirtual": false, "isOverride": false, "isSealed": false, "arity": 1, "parameterCount": 1, "isExtensionMethod": false } ], "properties": [], "fields": [], "events": [], "constructors": [] } ] }