iControl.LocalLBDNSExpress.Endcreate_tsig_key C# (CSharp) Method

Endcreate_tsig_key() public method

public Endcreate_tsig_key ( System asyncResult ) : void
asyncResult System
return void
        public void Endcreate_tsig_key(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
LocalLBDNSExpress