次の方法で共有


IApplicationObject::Lock

The IApplicationObject::Lock method prevents other clients from accessing the variables stored in the Application Object until the IApplicationObject::UnLock method has been called. For more information see the Application.Lock method of the Application Object.

HRESULT Lock(
);

Parameters

This method has no parameters.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS

See Also