MailBee.NET Objects 4.0

SendMailJobCollection.SyncRoot Property

Gets an object that can be used to synchronize access to the collection.

public object SyncRoot {get;}

Property Value

An object that can be used to synchronize access to the collection.

Implements

ICollection.SyncRoot

Remarks

Synchronized access to the collection is required in multi-thread mode when multiple threads can access it at the same time.

SyncRoot property can be used just in the same way as other SyncRoot properties in the .NET framework, for instance, Array.SyncRoot.

See Also

SendMailJobCollection Class | MailBee.SmtpMail Namespace