Entity.QueryMetadataAsync 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.
Queries for any available metadata on a single entity.
public:
System::Threading::Tasks::Task<Microsoft::Azure::RemoteRendering::ObjectMetadata ^> ^ QueryMetadataAsync();
public System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.ObjectMetadata> QueryMetadataAsync ();
member this.QueryMetadataAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.ObjectMetadata>
Public Function QueryMetadataAsync () As Task(Of ObjectMetadata)
Returns
Remarks
* A NoConnection error occurs if no connection was found.