MuxLogger.UnregisterLoggers(Int32) Method

Definition

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.

Applies to