Share via


ExtensionPartRecord<T>.GetPartAsync Method

Definition

Gets the part instance.

public System.Threading.Tasks.Task<T?> GetPartAsync ();
member this.GetPartAsync : unit -> System.Threading.Tasks.Task<'T (requires 'T : null)>
Public Function GetPartAsync () As Task(Of T)

Returns

Task<T>

Exceptions

Thrown when part is no longer valid.

Applies to