IBuildMachine.EndStart Method
Ends an asynchronous operation to start the build server.
Namespace: Microsoft.TeamFoundation.Build.Hosting
Assembly: Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
Syntax
'Declaration
Sub EndStart ( _
result As IAsyncResult _
)
void EndStart(
IAsyncResult result
)
void EndStart(
IAsyncResult^ result
)
abstract EndStart :
result:IAsyncResult -> unit
function EndStart(
result : IAsyncResult
)
Parameters
result
Type: System.IAsyncResultThe asynchronous operation.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.