Поделиться через


DiscussionWebService.PublishDiscussions - метод

Пространство имен:  Microsoft.TeamFoundation.Discussion.Server
Сборка:  Microsoft.TeamFoundation.Discussion.Server (в Microsoft.TeamFoundation.Discussion.Server.dll)

Синтаксис

'Декларация
<ClientServiceMethodAttribute(AsyncPattern := True, SyncPattern := False)> _
<WebMethodAttribute> _
Public Function PublishDiscussions ( _
    discussions As DiscussionThread(), _
    comments As Comment(), _
    deletedComments As CommentId(), _
    <OutAttribute> ByRef commentIds As List(Of Short), _
    <OutAttribute> ByRef lastUpdatedDate As DateTime _
) As List(Of Integer)
[ClientServiceMethodAttribute(AsyncPattern = true, SyncPattern = false)]
[WebMethodAttribute]
public List<int> PublishDiscussions(
    DiscussionThread[] discussions,
    Comment[] comments,
    CommentId[] deletedComments,
    out List<short> commentIds,
    out DateTime lastUpdatedDate
)

Параметры

Возвращаемое значение

Тип: System.Collections.Generic.List<Int32>
Возвращает List<T>.

Безопасность платформы .NET Framework

См. также

Ссылки

DiscussionWebService Класс

Microsoft.TeamFoundation.Discussion.Server - пространство имен