Windward Engine API Reference
describeSObjectsAsync(String[]) Method
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > SforceService Class > describeSObjectsAsync Method : describeSObjectsAsync(String[]) Method




sObjectType

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Sub describeSObjectsAsync( _
   ByVal sObjectType() As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As SforceService
Dim sObjectType() As String
 
instance.describeSObjectsAsync(sObjectType)
C# 
public void describeSObjectsAsync( 
   string[] sObjectType
)
Managed Extensions for C++ 
public: void describeSObjectsAsync( 
   string*[]* sObjectType
) 
C++/CLI 
public:
void describeSObjectsAsync( 
   array<String^>^ sObjectType
) 

Parameters

sObjectType

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.