ConversationThread.AppendResponseId Method
Appends a response identifier to the list of responses. This may be used for tracking individual threads within a conversation.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub AppendResponseId ( _
responseTime As DateTime, _
responseId As Byte _
)
public void AppendResponseId(
DateTime responseTime,
byte responseId
)
public:
void AppendResponseId(
DateTime responseTime,
unsigned char responseId
)
member AppendResponseId :
responseTime:DateTime *
responseId:byte -> unit
public function AppendResponseId(
responseTime : DateTime,
responseId : byte
)
Parameters
responseTime
Type: System.DateTimeThe time stamp of the response
responseId
Type: System.ByteA custom identifier for this response
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.