Internal_ChangeSetDescription() private method

private Internal_ChangeSetDescription ( ChangeSet changeset ) : Task
changeset ChangeSet
return Task
Exemplo n.º 1
0
 /// <summary>
 ///   <para>Given a changeset only containing the changeset ID, this will start a task for quering the description of the changeset.</para>
 /// </summary>
 /// <param name="changeset">Changeset to query description of.</param>
 public static Task ChangeSetDescription(ChangeSet changeset)
 {
     return(Provider.Internal_ChangeSetDescription(changeset));
 }