iControl.LocalLBOCSPStaplingParameters.Begindelete_ocsp_stapling_parameters C# (CSharp) Méthode

Begindelete_ocsp_stapling_parameters() public méthode

public Begindelete_ocsp_stapling_parameters ( string stapling_parameters, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Begindelete_ocsp_stapling_parameters(string [] stapling_parameters, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_ocsp_stapling_parameters", new object[] {
            stapling_parameters}, callback, asyncState);
        }
LocalLBOCSPStaplingParameters