Touchstone 11.0 API Reference
TokenID Property (GetFileResponse)


Air.Services.Proxy Assembly > AIR.Services.ActivityManagement.Api Namespace > GetFileResponse Class : TokenID Property
Contains the Integer ID generated by the software if the specified Activity is still in progress.

Pass the TokenID into the GetFileRequest object to retrieve the path to the log file.

Syntax
Public Property TokenID As Integer
Dim instance As GetFileResponse
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

GetFileResponse Class
GetFileResponse Members