Files
linux-packaging-mono/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/PeerResolvers/RefreshResult.cs

13 lines
325 B
C#
Raw Normal View History

//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------
namespace System.ServiceModel.PeerResolvers
{
public enum RefreshResult
{
Success,
RegistrationNotFound
}
}