WCF-Xtensions Class Reference for .NET
ThisLock Property (NoemaxWebServiceHost)






Syntax
[__DynamicallyInvokable()]
protected System.object ThisLock {get;}
protected read-only property ThisLock: System.TObject; 
__DynamicallyInvokableAttribute()
protected function get ThisLock : System.Object
[__DynamicallyInvokable()]
protected: __property System.Object* get_ThisLock();
[__DynamicallyInvokable()]
protected:
property System.Object^ ThisLock {
   System.Object^ get();
}
'Declaration
 
<__DynamicallyInvokableAttribute()>
Protected ReadOnly Property ThisLock As System.Object
 
'Usage
 
Dim instance As NoemaxWebServiceHost
Dim value As System.Object
 
value = instance.ThisLock
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NoemaxWebServiceHost Class
NoemaxWebServiceHost Members

Send Feedback