IBuildMachine.Unsubscribe Method
Unsubscribes the current listener and ends the session.
Namespace: Microsoft.TeamFoundation.Build.Hosting
Assembly: Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
Syntax
'Declaration
<OperationContractAttribute(IsOneWay := True, IsTerminating := True)> _
Sub Unsubscribe
[OperationContractAttribute(IsOneWay = true, IsTerminating = true)]
void Unsubscribe()
[OperationContractAttribute(IsOneWay = true, IsTerminating = true)]
void Unsubscribe()
[<OperationContractAttribute(IsOneWay = true, IsTerminating = true)>]
abstract Unsubscribe : unit -> unit
function Unsubscribe()
.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.