用作 LoadCompleted 事件的 EventArgs 类。
只有 Silverlight 的 WCF Data Services 5.0 客户端支持。
继承层次结构
System.Object
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
System.Data.Services.Client.LoadCompletedEventArgs
命名空间: System.Data.Services.Client
程序集: Microsoft.Data.Services.Client(在 Microsoft.Data.Services.Client.dll 中)
语法
声明
Public NotInheritable Class LoadCompletedEventArgs _
Inherits AsyncCompletedEventArgs
用法
Dim instance As LoadCompletedEventArgs
public sealed class LoadCompletedEventArgs : AsyncCompletedEventArgs
public ref class LoadCompletedEventArgs sealed : public AsyncCompletedEventArgs
[<SealedAttribute>]
type LoadCompletedEventArgs =
class
inherit AsyncCompletedEventArgs
end
public final class LoadCompletedEventArgs extends AsyncCompletedEventArgs
LoadCompletedEventArgs 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Cancelled | (从 AsyncCompletedEventArgs 继承。) |
![]() |
Error | (从 AsyncCompletedEventArgs 继承。) |
![]() |
QueryOperationResponse | 获取异步加载操作的响应。 只有 Silverlight 的 WCF Data Services 5.0 客户端支持。 |
![]() |
UserState | (从 AsyncCompletedEventArgs 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
RaiseExceptionIfNecessary | (从 AsyncCompletedEventArgs 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。