- //
- // RefreshResult.cs
- //
- // Author:
- // Marcos Cobena ([email protected])
- //
- // Copyright 2007 Marcos Cobena (http://www.youcannoteatbits.org/)
- //
- namespace System.ServiceModel.PeerResolvers
- {
- public enum RefreshResult {
- Success,
- RegistrationNotFound
- }
- }
|