Share via


IVsServiceInfo.IsAsync Property

Definition

Determines whether the service is asynchronous.

public:
 property bool IsAsync { bool get(); };
public:
 property bool IsAsync { bool get(); };
[System.Runtime.InteropServices.DispId(1610678274)]
public bool IsAsync { get; }
[<System.Runtime.InteropServices.DispId(1610678274)>]
member this.IsAsync : bool
Public ReadOnly Property IsAsync As Boolean

Property Value

True if the service is asynchronous, otherwise false.

Attributes

Applies to