IServiceGroupPartition.ResolveMember<T>(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public T ResolveMember<T>(Uri name) where T : class;
abstract member ResolveMember : Uri -> 'T (requires 'T : null)
Public Function ResolveMember(Of T As Class) (name As Uri) As T
Type Parameters
- T
Parameters
- name
- System.Uri
Returns
T