Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's in memory?
Message
De
29/12/2004 17:35:05
Chris Bohling
Myers and Stauffer LC
Shawnee, Kansas, États-Unis
 
 
À
29/12/2004 17:25:56
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Divers
Thread ID:
00973097
Message ID:
00973114
Vues:
14
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform