LogRegistration.Status Property
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.
Gets the status of the call to RegisterTraceLogAsync(LogId, LoggerOptions, CancellationToken), indicates if a new trace log stream was registered or an existing registration already exists.
public:
property Microsoft::VisualStudio::RpcContracts::Logging::RegistrationStatuses Status { Microsoft::VisualStudio::RpcContracts::Logging::RegistrationStatuses get(); };
[System.Runtime.Serialization.DataMember(Order=1)]
public Microsoft.VisualStudio.RpcContracts.Logging.RegistrationStatuses Status { get; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.Status : Microsoft.VisualStudio.RpcContracts.Logging.RegistrationStatuses
Public ReadOnly Property Status As RegistrationStatuses
Property Value
- Attributes