| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As XmlDA10Client Dim GetProperties As GetProperties Dim callback As AsyncCallback Dim asyncState As Object Dim value As IAsyncResult value = instance.BeginGetProperties(GetProperties, callback, asyncState) | |
| C# | |
|---|---|
public IAsyncResult BeginGetProperties( GetProperties GetProperties, AsyncCallback callback, object asyncState ) | |
Parameters
- GetProperties
- callback
- asyncState
Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
>