AdminTraceLogger.Exit Method
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Sub Exit ( _
message As String _
)
public void Exit(
string message
)
public:
void Exit(
String^ message
)
member Exit :
message:string -> unit
public function Exit(
message : String
)
Parameters
- message
Type: System.String
.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.