IMobileServiceClient インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MobileServiceClient のインターフェイスです。
public interface IMobileServiceClient
type IMobileServiceClient = interface
Public Interface IMobileServiceClient
- 派生
プロパティ
AlternateLoginHost |
ログイン用の代替ホスト URI |
ApplicationKey |
MobileServiceClient(...) の呼び出しによって提供される Mobile Services アプリケーションの名前を取得します。 |
ApplicationUri |
MobileServiceClient(...) の呼び出しによって提供される Mobile Services アプリケーションの URI を取得します。 |
CurrentUser |
MobileServiceClient.Login() の呼び出しが成功した後に指定された現在の認証済みユーザー。 |
EventManager |
イベントを発行および使用するためにモバイル サービスの種類で使用されるイベント ストリームを公開および管理するイベント マネージャー。 |
InstallationId |
アプリケーションのインストール ID を返します。 |
LoginUriPrefix |
ログイン エンドポイントのプレフィックス。 既定値を /.auth/login に設定しない場合 |
MobileAppUri |
Microsoft Azure モバイル アプリの絶対 URI。 |
SerializerSettings |
シリアル化に使用する設定を取得または設定します。 |
SyncContext |
IMobileServiceSyncContext インスタンスを返します。 |
メソッド
GetSyncTable(String) |
インスタンスを IMobileServiceSyncTable 返します。これにより、ローカル テーブルの型指定されていないデータ操作が提供されます。 |
GetSyncTable<T>() |
ローカル テーブルに対して IMobileServiceTable<T> 厳密に型指定されたデータ操作を提供する インスタンスを返します。 |
GetTable(String) |
そのテーブルに対して型指定されていないデータ操作を提供する IMobileServiceTable インスタンスを返します。 |
GetTable<T>() |
そのテーブルに対して厳密に型指定されたデータ操作を提供する IMobileServiceTable<T> インスタンスを返します。 |
InvokeApiAsync(String) |
HTTP POST を使用して、Microsoft Azure Mobile Service のユーザー定義カスタム API を呼び出します。 |
InvokeApiAsync(String, CancellationToken) |
HTTP POST を使用して、Microsoft Azure Mobile Service のユーザー定義カスタム API を呼び出します。 |
InvokeApiAsync(String, HttpContent, HttpMethod, IDictionary<String,String>, IDictionary<String,String>) |
指定した HttpMethod を使用して、Microsoft Azure Mobile Service のユーザー定義カスタム API を呼び出します。 追加のデータは、HTTP コンテンツまたはクエリ文字列を使用して送信できます。 |
InvokeApiAsync(String, HttpContent, HttpMethod, IDictionary<String,String>, IDictionary<String,String>, CancellationToken) |
指定した HttpMethod を使用して、Microsoft Azure Mobile Service のユーザー定義カスタム API を呼び出します。 追加のデータは、HTTP コンテンツまたはクエリ文字列を使用して送信できます。 |
InvokeApiAsync(String, HttpMethod, IDictionary<String,String>) |
指定した HTTP メソッドを使用して、Microsoft Azure Mobile Service のユーザー定義カスタム API を呼び出します。 追加のデータは、クエリ文字列を使用して送信します。 |
InvokeApiAsync(String, HttpMethod, IDictionary<String,String>, CancellationToken) |
指定した HTTP メソッドを使用して、Microsoft Azure Mobile Service のユーザー定義カスタム API を呼び出します。 追加のデータは、クエリ文字列を使用して送信します。 |
InvokeApiAsync(String, JToken) |
HTTP コンテンツの送信をサポートする HTTP POST を使用して、Microsoft Azure Mobile Service のユーザー定義カスタム API を呼び出します。 |
InvokeApiAsync(String, JToken, CancellationToken) |
HTTP コンテンツの送信をサポートする HTTP POST を使用して、Microsoft Azure Mobile Service のユーザー定義カスタム API を呼び出します。 |
InvokeApiAsync(String, JToken, HttpMethod, IDictionary<String,String>) |
指定した HTTP メソッドを使用して、Microsoft Azure Mobile Service のユーザー定義カスタム API を呼び出します。 追加のデータは、HTTP コンテンツまたはクエリ文字列を使用して送信できます。 |
InvokeApiAsync(String, JToken, HttpMethod, IDictionary<String,String>, CancellationToken) |
指定した HTTP メソッドを使用して、Microsoft Azure Mobile Service のユーザー定義カスタム API を呼び出します。 追加のデータは、HTTP コンテンツまたはクエリ文字列を使用して送信できます。 |
InvokeApiAsync<T,U>(String, T) |
HTTP コンテンツの送信をサポートする HTTP POST を使用して、Microsoft Azure Mobile Service のユーザー定義カスタム API を呼び出します。 |
InvokeApiAsync<T,U>(String, T, CancellationToken) |
HTTP コンテンツの送信をサポートする HTTP POST を使用して、Microsoft Azure Mobile Service のユーザー定義カスタム API を呼び出します。 |
InvokeApiAsync<T,U>(String, T, HttpMethod, IDictionary<String,String>) |
指定した HTTP メソッドを使用して、Microsoft Azure Mobile Service のユーザー定義カスタム API を呼び出します。 追加のデータは、HTTP コンテンツまたはクエリ文字列を使用して送信できます。 |
InvokeApiAsync<T,U>(String, T, HttpMethod, IDictionary<String,String>, CancellationToken) |
指定した HTTP メソッドを使用して、Microsoft Azure Mobile Service のユーザー定義カスタム API を呼び出します。 追加のデータは、HTTP コンテンツまたはクエリ文字列を使用して送信できます。 |
InvokeApiAsync<T>(String) |
HTTP POST を使用して、Microsoft Azure Mobile Service のユーザー定義カスタム API を呼び出します。 |
InvokeApiAsync<T>(String, CancellationToken) |
HTTP POST を使用して、Microsoft Azure Mobile Service のユーザー定義カスタム API を呼び出します。 |
InvokeApiAsync<T>(String, HttpMethod, IDictionary<String,String>) |
指定した HTTP メソッドを使用して、Microsoft Azure Mobile Service のユーザー定義カスタム API を呼び出します。 追加のデータは、クエリ文字列を使用して渡すことができます。 |
InvokeApiAsync<T>(String, HttpMethod, IDictionary<String,String>, CancellationToken) |
指定した HTTP メソッドを使用して、Microsoft Azure Mobile Service のユーザー定義カスタム API を呼び出します。 追加のデータは、クエリ文字列を使用して渡すことができます。 |
LoginAsync(MobileServiceAuthenticationProvider, JObject) |
プロバイダーとトークン オブジェクトを使用して、ユーザーを Windows Azure Mobile Service にログに記録します。 |
LoginAsync(String, JObject) |
プロバイダーとトークン オブジェクトを使用して、ユーザーを Microsoft Azure Mobile Service にログに記録します。 |
Logout() |
ユーザーがログアウトするようにします。 |
LogoutAsync() |
ユーザーがログアウトするようにします。 |
RefreshUserAsync() |
ログインしているユーザーの ID プロバイダーでアクセス トークンを更新します。 |
適用対象
Azure SDK for .NET