C# Class PRI.ProductivityExtensions.IPGlobalPropertiesExtensions.IPGlobalPropertiesable

Class that contains extension methods that extend IPGlobalProperties
Afficher le fichier Open project: peteraritchie/ProductivityExtensions

Méthodes publiques

Méthode Description
BeginGetUnicastAddresses ( this ipglobalproperties, AsyncCallback callback ) : IAsyncResult

Extends BeginGetUnicastAddresses so that when a state object is not needed, null does not need to be passed. ipglobalproperties.BeginGetUnicastAddresses(callback);

Method Details

BeginGetUnicastAddresses() public static méthode

Extends BeginGetUnicastAddresses so that when a state object is not needed, null does not need to be passed. ipglobalproperties.BeginGetUnicastAddresses(callback);
public static BeginGetUnicastAddresses ( this ipglobalproperties, AsyncCallback callback ) : IAsyncResult
ipglobalproperties this
callback AsyncCallback
Résultat IAsyncResult