C# Класс Microsoft.Protocols.TestSuites.MS_COPYS.CopyIntoItemsLocalResponse

A class used to store the response data of "CopyIntoItemsLocal" operation.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CopyIntoItemsLocalResponse ( uint copyIntoItemsLocalResult, CopyResult results )

Initializes a new instance of the CopyIntoItemsLocalResponse class.

Описание методов

CopyIntoItemsLocalResponse() публичный Метод

Initializes a new instance of the CopyIntoItemsLocalResponse class.
public CopyIntoItemsLocalResponse ( uint copyIntoItemsLocalResult, CopyResult results )
copyIntoItemsLocalResult uint A parameter represents the result status of "CopyIntoItemsLocal" operation.
results CopyResult A parameter represents the copy results collection of the copy actions performed in "CopyIntoItemsLocal" operation.