GetMasterObjectListAsync Method
Overloads
GetMasterObjectListAsync(IApp) |
This method creates and returns a session object that must be disposed to avoid session object leakage. |
GetMasterObjectListAsync(IApp)
This method creates and returns a session object that must be disposed to avoid session object leakage.
Declaration
public static Task<IMasterObjectList> GetMasterObjectListAsync(this IApp theApp)
Parameters
Type | Name | Description |
---|---|---|
IApp | theApp |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<IMasterObjectList> |