iControl.ManagementKeyCertificate.Begincertificate_bind C# (CSharp) Method

Begincertificate_bind() public method

public Begincertificate_bind ( ManagementKeyCertificateManagementModeType mode, string cert_ids, string key_ids, System callback, object asyncState ) : System.IAsyncResult
mode ManagementKeyCertificateManagementModeType
cert_ids string
key_ids string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincertificate_bind(ManagementKeyCertificateManagementModeType mode,string [] cert_ids,string [] key_ids, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("certificate_bind", new object[] {
            mode,
            cert_ids,
            key_ids}, callback, asyncState);
        }
ManagementKeyCertificate