iControl.NetworkingiSessionRemoteInterface.Endget_profile_serverssl C# (CSharp) Méthode

Endget_profile_serverssl() public méthode

public Endget_profile_serverssl ( System asyncResult ) : string[]
asyncResult System
Résultat string[]
        public string[] Endget_profile_serverssl(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [])(results[0]));
        }
NetworkingiSessionRemoteInterface