Moonware.Common
NumWCFRequests Property



Gets the amount of WCF requests.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property NumWCFRequests As Long
'Usage
 
Dim instance As ConnectedUser
Dim value As Long
 
instance.NumWCFRequests = value
 
value = instance.NumWCFRequests
[DataMemberAttribute()]
public long NumWCFRequests {get; set;}
[DataMemberAttribute()]
public:
property int64 NumWCFRequests {
   int64 get();
   void set (    int64 value);
}

Property Value

The amount of WCF requests.
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

ConnectedUser Class
ConnectedUser Members

Send Feedback