IDataViewMapper.EndMap Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Ends the asynchronous operation to map an instance to a list of objects.
Namespace: System.Runtime.Persistence
Assembly: System.Runtime (in System.Runtime.dll)
Syntax
'Declaration
Sub EndMap ( _
result As IAsyncResult _
)
'Usage
Dim instance As IDataViewMapper
Dim result As IAsyncResult
instance.EndMap(result)
void EndMap(
IAsyncResult result
)
void EndMap(
IAsyncResult^ result
)
function EndMap(
result : IAsyncResult
)
abstract EndMap :
result:IAsyncResult -> unit
Parameters
- result
Type: System.IAsyncResult
The result value of the asynchronous operation.
Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 4