MsmqLogDistributor.IsCompleted Property
Read-only property to check if the synchronous receive is completed.
Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.MsmqDistributor
Assembly: MsmqDistributor (in MsmqDistributor.exe)
Syntax
'Declaration
Public Overridable ReadOnly Property IsCompleted As Boolean
public virtual bool IsCompleted { get; }
public:
virtual property bool IsCompleted {
bool get ();
}
public function get IsCompleted () : boolean
See Also
Microsoft.Practices.EnterpriseLibrary.Logging.MsmqDistributor Namespace