示例#1
0
 /// <summary>
 /// Gets the sync token from the API.
 /// </summary>
 /// <returns>The sync token.</returns>
 public string GetSyncToken()
 {
     return(api.GetSyncToken());
 }