Show / Hide Table of Contents

Interface IScopeApi

Scope related server APIs.

Namespace: Microsoft.XboxStudios.SQTech.Roster.Client
Assembly: Microsoft.XboxStudios.SQTech.Roster.Client.Common.dll
Syntax
public interface IScopeApi

Methods

View Source

ResolveScopeItemsAsync(IDictionary<String, String>)

Resolves parts of a scope into a Scope object.

Declaration
IApiRequest<Scope> ResolveScopeItemsAsync(IDictionary<string, string> scopeItems)
Parameters
Type Name Description
IDictionary<System.String, System.String> scopeItems

Scope parts to resolve. The key should be one of the "Identifier" constants from Scope. Values should be the name of the type of object to resolve.

Returns
Type Description
IApiRequest<Scope>

The resolved scope as Scope.

  • View Source
In This Article
Back to top Generated by DocFX