iControl.NetworkingIPsecManualSecurityAssociation.Beginget_source_address C# (CSharp) Method

Beginget_source_address() public method

public Beginget_source_address ( string associations, System callback, object asyncState ) : System.IAsyncResult
associations string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_source_address(string [] associations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_source_address", new object[] {
            associations}, callback, asyncState);
        }
NetworkingIPsecManualSecurityAssociation