INetworkProgress 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
提供有关通过网络发送数据的网络进度的信息。
public interface class INetworkProgress
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public interface INetworkProgress
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
type INetworkProgress = interface
Public Interface INetworkProgress
- 属性
事件
ProgressChanged |
已过时.
网络进度已变化。 |
ProgressCompleted |
已过时.
网络进度已完成。 |
ProgressFailed |
已过时.
网络进度已失败。 |