iControl.ManagementKeyCertificate.Beginget_certificate_subject_alternative_name_bundle C# (CSharp) Method

Beginget_certificate_subject_alternative_name_bundle() public method

public Beginget_certificate_subject_alternative_name_bundle ( ManagementKeyCertificateManagementModeType mode, string file_names, System callback, object asyncState ) : System.IAsyncResult
mode ManagementKeyCertificateManagementModeType
file_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_certificate_subject_alternative_name_bundle(ManagementKeyCertificateManagementModeType mode,string [] file_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_certificate_subject_alternative_name_bundle", new object[] {
            mode,
            file_names}, callback, asyncState);
        }
ManagementKeyCertificate