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

  • responseId
    Type: System.Byte

    A custom identifier for this response

.NET Framework Security

See Also

Reference

ConversationThread Class

Microsoft.TeamFoundation.Server.Core Namespace