BeginGetQuota

BeginGetQuota (1 of 6)

Begins getting quota information

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetQuota(System::SharedPtr < IConnection > connection, System::String quotaRootName)
ParameterDescription
connectionConnection to a server
quotaRootNamequota root name

BeginGetQuota (2 of 6)

Begins getting quota information

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetQuota(System::SharedPtr < IConnection > connection, System::String quotaRootName, System::AsyncCallback callback)
ParameterDescription
connectionConnection to a server
quotaRootNamequota root name
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginGetQuota (3 of 6)

Begins getting quota information

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetQuota(System::SharedPtr < IConnection > connection, System::String quotaRootName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
connectionConnection to a server
quotaRootNamequota root name
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.

BeginGetQuota (4 of 6)

Begins getting quota information

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetQuota(System::String quotaRootName)
ParameterDescription
quotaRootNamequota root name

BeginGetQuota (5 of 6)

Begins getting quota information

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetQuota(System::String quotaRootName, System::AsyncCallback callback)
ParameterDescription
quotaRootNamequota root name
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginGetQuota (6 of 6)

Begins getting quota information

Returns: System::IAsyncResult that represents the status of an asynchronous operation.

BeginGetQuota(System::String quotaRootName, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
quotaRootNamequota root name
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.