ConversationRequest(ConversationId, String) - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public ConversationRequest(
ConversationId conversationId,
string syncState
)
Public Sub New (
conversationId As ConversationId,
syncState As String
)
public:
ConversationRequest(
ConversationId^ conversationId,
String^ syncState
)
new :
conversationId : ConversationId *
syncState : string -> ConversationRequest
Параметры
- conversationId
- Тип: Tessa.Exchange.WebServices.DataConversationId
The conversation id. - syncState
- Тип: SystemString
State of the sync.
См. также