ExtensionPartRecord<T>.GetPartAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.