WCF-Xtensions Class Reference for Mono
ThisLock Property (XServiceHost)






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Protected ReadOnly Property ThisLock As System.Object
'Usage
 
Dim instance As XServiceHost
Dim value As System.Object
 
value = instance.ThisLock
[__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();
}
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

XServiceHost Class
XServiceHost Members

Send Feedback