C# Класс PRI.ProductivityExtensions.XmlValueGetterExtensions.XmlValueGetterable

Class that contains extension methods that extend XmlValueGetter
Показать файл Открыть проект

Открытые методы

Метод Описание
BeginInvoke ( this xmlvaluegetter, AsyncCallback callback ) : IAsyncResult

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

Описание методов

BeginInvoke() публичный статический Метод

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. xmlvaluegetter.BeginInvoke(callback);
public static BeginInvoke ( this xmlvaluegetter, AsyncCallback callback ) : IAsyncResult
xmlvaluegetter this
callback AsyncCallback
Результат IAsyncResult