ConversationThread.Create Method

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Shared Function Create ( _
    requestContext As TeamFoundationRequestContext, _
    toolType As ConversationThread.ToolType, _
    artifactType As Byte, _
    artifactId As Integer, _
    topic As String, _
    creationDate As DateTime _
) As ConversationThread
public static ConversationThread Create(
    TeamFoundationRequestContext requestContext,
    ConversationThread.ToolType toolType,
    byte artifactType,
    int artifactId,
    string topic,
    DateTime creationDate
)
public:
static ConversationThread^ Create(
    TeamFoundationRequestContext^ requestContext, 
    ConversationThread::ToolType toolType, 
    unsigned char artifactType, 
    int artifactId, 
    String^ topic, 
    DateTime creationDate
)
static member Create : 
        requestContext:TeamFoundationRequestContext * 
        toolType:ConversationThread.ToolType * 
        artifactType:byte * 
        artifactId:int * 
        topic:string * 
        creationDate:DateTime -> ConversationThread
public static function Create(
    requestContext : TeamFoundationRequestContext, 
    toolType : ConversationThread.ToolType, 
    artifactType : byte, 
    artifactId : int, 
    topic : String, 
    creationDate : DateTime
) : ConversationThread

Parameters

Return Value

Type: Microsoft.TeamFoundation.Server.Core.ConversationThread
Returns ConversationThread.

.NET Framework Security

See Also

Reference

ConversationThread Class

Microsoft.TeamFoundation.Server.Core Namespace