System.ServiceModel.Configuration.EndpointCollectionElement.TryAdd C# (CSharp) 메소드

TryAdd() 보호된 추상적인 메소드

protected abstract TryAdd ( string name, ServiceEndpoint endpoint, Configuration config ) : bool
name string
endpoint ServiceEndpoint
config System.Configuration.Configuration
리턴 bool
		protected internal abstract bool TryAdd (string name, ServiceEndpoint endpoint, ConfigurationType config);
	}