TransferCheckpoint Class

 

Represents a checkpoint from which a transfer may be resumed and continue.

Namespace:   Microsoft.WindowsAzure.Storage.DataMovement
Assembly:  Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Storage.DataMovement.TransferCheckpoint

Syntax

[SerializableAttribute]
public class TransferCheckpoint : ISerializable

Constructors

Name Description
System_CAPS_protmethod TransferCheckpoint(SerializationInfo, StreamingContext)

Initializes a new instance of the T:Microsoft.WindowsAzure.Storage.DataMovement.StreamJournal class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

Serializes the object.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Storage.DataMovement Namespace

Return to top