public struct SynchronousCompletionAsyncResult<T> : INotifyCompletion,
IEquatable<SynchronousCompletionAsyncResult<T>>
Public Structure SynchronousCompletionAsyncResult(Of T)
Implements INotifyCompletion, IEquatable(Of SynchronousCompletionAsyncResult(Of T))[<SealedAttribute>]
type SynchronousCompletionAsyncResult<'T> =
struct
inherit ValueType
interface INotifyCompletion
interface IEquatable<SynchronousCompletionAsyncResult<'T>>
end| GetAwaiter | |
| GetResult | |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| OnCompleted(Action) |