Method ResolveLocation
ResolveLocation(RemoteContentId)
Starts the resolving process for a location. This may execute immediately and return a complete LocationStatus or it may be asynchronous. If the returned status Stat property is Resolving, you must periodically recheck the status to determine when it is completed.
Declaration
public abstract ContentLocationService.LocationStatus ResolveLocation(RemoteContentId id)
Parameters
Type | Name | Description |
---|---|---|
RemoteContentId | id | The remote content id. |
Returns
Type | Description |
---|---|
ContentLocationService.LocationStatus | The current status of the resolving process. |