Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's in memory?
Message
From
29/12/2004 17:35:05
 
 
To
29/12/2004 17:25:56
General information
Forum:
ASP.NET
Category:
Web Services
Miscellaneous
Thread ID:
00973097
Message ID:
00973114
Views:
15
>Basically, I have to force the initialization of the lError property to False everytime I am calling that method now:
>In Function.dll, the method is defined as:
>
>
>Public Class Encrypt
>
>   Public Shared lError As Boolean = False
>   ...
>End Class
>
The Shared keyword makes the property static. The value of the property will not vary across instances of the class. Function.dll must be cached.
Christopher Bohling, Consultant
http://www.ChristopherBohling.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform