BeginSetQuota

BeginSetQuota (1 of 6)

Begins setting quota information

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

BeginSetQuota(System::SharedPtr < IConnection > connection, System::String quotaRootName, System::String resourceName, int32_t resourceLimit)
ParameterDescription
connectionConnection to a server
quotaRootNamequota root name
resourceNameresource name
resourceLimitresource limit

BeginSetQuota (2 of 6)

Begins setting quota information

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

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

BeginSetQuota (3 of 6)

Begins setting quota information

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

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

BeginSetQuota (4 of 6)

Begins setting quota information

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

BeginSetQuota(System::String quotaRootName, System::String resourceName, int32_t resourceLimit)
ParameterDescription
quotaRootNamequota root name
resourceNameresource name
resourceLimitresource limit

BeginSetQuota (5 of 6)

Begins setting quota information

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

BeginSetQuota(System::String quotaRootName, System::String resourceName, int32_t resourceLimit, System::AsyncCallback callback)
ParameterDescription
quotaRootNamequota root name
resourceNameresource name
resourceLimitresource limit
callbackReferences a method to be called when a corresponding asynchronous operation completes.

BeginSetQuota (6 of 6)

Begins setting quota information

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

BeginSetQuota(System::String quotaRootName, System::String resourceName, int32_t resourceLimit, System::AsyncCallback callback, System::SharedPtr < System::Object > state)
ParameterDescription
quotaRootNamequota root name
resourceLimitResource limit.
callbackReferences a method to be called when a corresponding asynchronous operation completes.
stateThe state.
resourceNameResource name.