Touchstone 11.0 API Reference
TokenID Property (GetFileRequest)


Air.Services.Proxy Assembly > AIR.Services.ActivityManagement.Api Namespace > GetFileRequest Class : TokenID Property
(Optional) Contains the Integer ID generated by the software if the Activity is not yet complete (that is, the log file for the specified Activity is not yet ready to return).

Note: Set the TokenID to 0 the first time you create a GetFileRequest. In subsequent GetFile() method calls, pass the TokenID into the GetFileRequest object to retrieve the path to the log file.

Syntax
Public Property TokenID As Integer
Dim instance As GetFileRequest
Dim value As Integer
 
instance.TokenID = value
 
value = instance.TokenID
public int TokenID {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GetFileRequest Class
GetFileRequest Members