MuxLogger.UnregisterLoggers(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unregisters all the loggers for a given submission id.
public:
bool UnregisterLoggers(int submissionId);
public bool UnregisterLoggers (int submissionId);
member this.UnregisterLoggers : int -> bool
Public Function UnregisterLoggers (submissionId As Integer) As Boolean
Parameters
- submissionId
- Int32
The submission ID of the logger to be removed.
Returns
true
if the method is successful in removing the logger; otherwise, false
.