getting invalid decimal values on the IWMSPublishingPoint TotalCounters interface...
- From: "Terry" <tcampbell@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: 26 Mar 2007 11:43:54 -0700
Hi All,
I am writing a custom plug-in for WMS on Server2003 using C# (VS2005).
I am trying to use IWMSPublishingPoint.TotalCounters.FileBytesRead.
MSDN states that "The FileBytesRead property retrieves the total
number of bytes read for the publishing point since the last reset."
It is reported as type object containing a "number of bytes" value.
In C++ it was a "CComVariant" of subtype CURRENCY (64bit int).
In C# all this field delivers to me is "invalid decimal". If you
check the return objects type is listed as "decimal" - is any one else
having any problems with "FileBytesRead" or "PlayerBytesSent"?
Do I need to do some special type of marshaling in the case of these
values?
Thanks,
Terry
.
- Prev by Date: Re: need help with RSTP
- Next by Date: WMS - How to stream video compressed in custom format?
- Previous by thread: Re: Authorization plugin: URL referer retrieving problem
- Next by thread: WMS - How to stream video compressed in custom format?
- Index(es):
Loading