iControl.WebAcceleratorApplications.Beginget_content_expiration_time C# (CSharp) Method

Beginget_content_expiration_time() public method

public Beginget_content_expiration_time ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_content_expiration_time(string [] applications, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_content_expiration_time", new object[] {
            applications}, callback, asyncState);
        }
WebAcceleratorApplications