ReportingService2010.BeginChangeSubscriptionOwner Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
IAsyncResult ^ BeginChangeSubscriptionOwner(System::String ^ SubscriptionID, System::String ^ NewOwner, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginChangeSubscriptionOwner (string SubscriptionID, string NewOwner, AsyncCallback callback, object asyncState);
member this.BeginChangeSubscriptionOwner : string * string * AsyncCallback * obj -> IAsyncResult
Public Function BeginChangeSubscriptionOwner (SubscriptionID As String, NewOwner As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parámetros
- SubscriptionID
- String
- NewOwner
- String
- callback
- AsyncCallback
- asyncState
- Object