diff --git a/api/DotNext.IO.RandomAccessStream.html b/api/DotNext.IO.RandomAccessStream.html index 77792d273..9951cbae6 100644 --- a/api/DotNext.IO.RandomAccessStream.html +++ b/api/DotNext.IO.RandomAccessStream.html @@ -341,108 +341,6 @@
Parameters
Overrides
Stream.Dispose(bool)
- - | - Edit this page - - - View Source - - -

GetStatus(short)

-

Gets the status of the current operation.

-
-
-
Declaration
-
-
public ValueTaskSourceStatus GetStatus(short token)
-
-
Parameters
- - - - - - - - - - - - - - - -
TypeNameDescription
shorttoken

Opaque value that was provided to the ValueTask's constructor.

-
-
Returns
- - - - - - - - - - - - - -
TypeDescription
ValueTaskSourceStatus

The status of the current operation.

-
- - | - Edit this page - - - View Source - - -

OnCompleted(Action<object?>, object?, short, ValueTaskSourceOnCompletedFlags)

-

Schedules the continuation action for this IValueTaskSource.

-
-
-
Declaration
-
-
public void OnCompleted(Action<object?> continuation, object? state, short token, ValueTaskSourceOnCompletedFlags flags)
-
-
Parameters
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TypeNameDescription
Action<object>continuation

The continuation to invoke when the operation has completed.

-
objectstate

The state object to pass to continuation when it's invoked.

-
shorttoken

An opaque value that was provided to the ValueTask's constructor.

-
ValueTaskSourceOnCompletedFlagsflags

The flags describing the behavior of the continuation.

-
| Edit this page diff --git a/xrefmap.yml b/xrefmap.yml index cee1757ec..90171ac76 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -16464,38 +16464,6 @@ references: isSpec: "True" fullName: DotNext.IO.RandomAccessStream.Dispose nameWithType: RandomAccessStream.Dispose -- uid: DotNext.IO.RandomAccessStream.GetStatus(System.Int16) - name: GetStatus(short) - href: api/DotNext.IO.RandomAccessStream.html#DotNext_IO_RandomAccessStream_GetStatus_System_Int16_ - commentId: M:DotNext.IO.RandomAccessStream.GetStatus(System.Int16) - name.vb: GetStatus(Short) - fullName: DotNext.IO.RandomAccessStream.GetStatus(short) - fullName.vb: DotNext.IO.RandomAccessStream.GetStatus(Short) - nameWithType: RandomAccessStream.GetStatus(short) - nameWithType.vb: RandomAccessStream.GetStatus(Short) -- uid: DotNext.IO.RandomAccessStream.GetStatus* - name: GetStatus - href: api/DotNext.IO.RandomAccessStream.html#DotNext_IO_RandomAccessStream_GetStatus_ - commentId: Overload:DotNext.IO.RandomAccessStream.GetStatus - isSpec: "True" - fullName: DotNext.IO.RandomAccessStream.GetStatus - nameWithType: RandomAccessStream.GetStatus -- uid: DotNext.IO.RandomAccessStream.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags) - name: OnCompleted(Action, object?, short, ValueTaskSourceOnCompletedFlags) - href: api/DotNext.IO.RandomAccessStream.html#DotNext_IO_RandomAccessStream_OnCompleted_System_Action_System_Object__System_Object_System_Int16_System_Threading_Tasks_Sources_ValueTaskSourceOnCompletedFlags_ - commentId: M:DotNext.IO.RandomAccessStream.OnCompleted(System.Action{System.Object},System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags) - name.vb: OnCompleted(Action(Of Object), Object, Short, ValueTaskSourceOnCompletedFlags) - fullName: DotNext.IO.RandomAccessStream.OnCompleted(System.Action, object?, short, System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags) - fullName.vb: DotNext.IO.RandomAccessStream.OnCompleted(System.Action(Of Object), Object, Short, System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags) - nameWithType: RandomAccessStream.OnCompleted(Action, object?, short, ValueTaskSourceOnCompletedFlags) - nameWithType.vb: RandomAccessStream.OnCompleted(Action(Of Object), Object, Short, ValueTaskSourceOnCompletedFlags) -- uid: DotNext.IO.RandomAccessStream.OnCompleted* - name: OnCompleted - href: api/DotNext.IO.RandomAccessStream.html#DotNext_IO_RandomAccessStream_OnCompleted_ - commentId: Overload:DotNext.IO.RandomAccessStream.OnCompleted - isSpec: "True" - fullName: DotNext.IO.RandomAccessStream.OnCompleted - nameWithType: RandomAccessStream.OnCompleted - uid: DotNext.IO.RandomAccessStream.Position name: Position href: api/DotNext.IO.RandomAccessStream.html#DotNext_IO_RandomAccessStream_Position