LinkAsync Method
Overloads
LinkAsync(String) |
Link master object |
|
LinkAsync(AsyncHandle, String) |
Link master object |
LinkAsync(String)
Link master object
Declaration
public Task LinkAsync(string masterId)
Parameters
Type | Name | Description |
---|---|---|
System.String | masterId |
Id of the master object |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
A task |
LinkAsync(AsyncHandle, String)
Link master object
Declaration
public Task LinkAsync(AsyncHandle asyncHandle, string masterId)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
A string handle allowing the user to access request status |
System.String | masterId |
Id of the master object |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
A task |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!