Share via


Utils.CreateCSEntryChangeResult Method (Guid, IList, MAExportError, String, String)

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim identifier As Guid
Dim attributeChanges As IList(Of AttributeChange)
Dim errorCode As MAExportError
Dim errorName As String
Dim errorDetail As String
Dim returnValue As CSEntryChangeResult

returnValue = Utils.CreateCSEntryChangeResult(identifier, attributeChanges, errorCode, errorName, errorDetail)

Syntax

'Declaration
Public Shared Function CreateCSEntryChangeResult ( _
    identifier As Guid, _
    attributeChanges As IList(Of AttributeChange), _
    errorCode As MAExportError, _
    errorName As String, _
    errorDetail As String _
) As CSEntryChangeResult
public static CSEntryChangeResult CreateCSEntryChangeResult (
    Guid identifier,
    IList<AttributeChange> attributeChanges,
    MAExportError errorCode,
    string errorName,
    string errorDetail
)
public:
static CSEntryChangeResult^ CreateCSEntryChangeResult (
    Guid identifier, 
    IList<AttributeChange^>^ attributeChanges, 
    MAExportError errorCode, 
    String^ errorName, 
    String^ errorDetail
)
public static CSEntryChangeResult CreateCSEntryChangeResult (
    Guid identifier, 
    IList<AttributeChange> attributeChanges, 
    MAExportError errorCode, 
    String errorName, 
    String errorDetail
)
public static function CreateCSEntryChangeResult (
    identifier : Guid, 
    attributeChanges : IList<AttributeChange>, 
    errorCode : MAExportError, 
    errorName : String, 
    errorDetail : String
) : CSEntryChangeResult

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

Utils Class
Utils Members
Microsoft.MetadirectoryServices Namespace