PreparingEnlistment.RecoveryInformation 方法
定义
获取登记的恢复信息。Gets the recovery information of an enlistment.
public:
cli::array <System::Byte> ^ RecoveryInformation();
public byte[] RecoveryInformation ();
member this.RecoveryInformation : unit -> byte[]
Public Function RecoveryInformation () As Byte()
返回
- Byte[]
登记的恢复信息。The recovery information of an enlistment.
例外
尝试获取可变登记中的恢复信息,但是可变登记未生成任何恢复信息。An attempt to get recovery information inside a volatile enlistment, which does not generate any recovery information.