BulkFileOperation.IsInProgress 属性

定义

获取指示现在是否正在进行某些 BulkFileOperation。 在以下几种情况下非常有用:-若要运行新的 BulkFileOperation,请避免出现异常:-当 subscibes 开始/结束事件时,不会丢失当前上下文。

public:
 static property bool IsInProgress { bool get(); };
public static bool IsInProgress { get; }
member this.IsInProgress : bool
Public Shared ReadOnly Property IsInProgress As Boolean

属性值

Boolean

适用于