Gets or sets the object to be used for synchronized access to the log file.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Object SyncRoot { get; set; }
Public Property SyncRoot As Object
Get
Set
Property Value
Type:
ObjectA reference to the object to be used for synchronized access to the log file.
Exceptions Remarks The developer may need to set this value if the application is multi-threaded
and there are multiple instances of MailBee components which attempt to write to the same log file.
In this case, SyncRoot should be set to the same object reference for all such instances
of MailBee components.
See Also